aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf
diff options
context:
space:
mode:
authorItohan <itohan.ukponmwan@intel.com>2019-09-30 23:39:44 +0000
committerItohan <itohan.ukponmwan@intel.com>2019-10-01 17:42:35 +0000
commita52f00e9d0af1181d3e9c87508789fb4ced022f5 (patch)
treedfb05a7683f0cecf86783d0623dbcf1b85ade70d /products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf
parent1d4b83754009114523cae90c759daffa9188eb3e (diff)
Minor bug fixes in CLI
- Added USER_ID header for SDC - Changed multicloud url - Added samples for commands - Fixed Bug in service-create command Signed-off-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com> Issue-ID: CLI-229 Change-Id: I9ec94d6dd390d2b5bf059c2f8a82c67b65fbeb34
Diffstat (limited to 'products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf')
-rw-r--r--products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-elalto-moco.json68
-rw-r--r--products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-elalto-sample.yaml18
-rw-r--r--products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-elalto-moco.json47244
-rw-r--r--products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-elalto-sample.yaml85
-rw-r--r--products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-elalto-moco.json1258
-rw-r--r--products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-elalto-sample.yaml36
6 files changed, 48709 insertions, 0 deletions
diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-elalto-moco.json b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-elalto-moco.json
new file mode 100644
index 00000000..5f93cce3
--- /dev/null
+++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-elalto-moco.json
@@ -0,0 +1,68 @@
+[ {
+ "request" : {
+ "method" : "post",
+ "uri" : "/sdc2/rest/v1/catalog/resources/2b8ea1f3-6e16-4f05-87b3-a14c8e564e57/lifecycleState/certify",
+ "headers" : {
+ "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh",
+ "X-FromAppId" : "ONAP CLI",
+ "Accept" : "application/json",
+ "USER_ID" : "cs0008",
+ "X-TransactionId" : "req-a9d9f5a2-9560-4702-bfc9-babee6618ace",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "userRemarks" : "remarkss"
+ }
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "uniqueId" : "f2a9f1e6-1635-442d-89ef-42370b0e69ac",
+ "name" : "hpa-vf-0",
+ "version" : "1.0",
+ "isHighestVersion" : true,
+ "creationDate" : 1569874080670,
+ "lastUpdateDate" : 1569874111102,
+ "description" : "hpa-vf",
+ "lifecycleState" : "CERTIFIED",
+ "tags" : [ "CLI", "hpa-vf-0" ],
+ "icon" : "defaulticon",
+ "normalizedName" : "hpavf0",
+ "systemName" : "HpaVf0",
+ "contactId" : "cs0008",
+ "allVersions" : {
+ "1.0" : "f2a9f1e6-1635-442d-89ef-42370b0e69ac"
+ },
+ "csarUUID" : "b6c23299280842eca622e9f1a4166d4f",
+ "csarVersion" : "1.0",
+ "invariantUUID" : "ddc48ee5-28ed-4fc4-98d6-bc0cdcc57a89",
+ "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" : "hpa-vendor-1",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "resourceType" : "VF",
+ "toscaResourceName" : "org.openecomp.resource.vf.HpaVf0",
+ "vspArchived" : false,
+ "uuid" : "76756a3e-ab7d-49df-9002-3d8008233a2b",
+ "archived" : false
+ }
+ }
+} ] \ No newline at end of file
diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-elalto-sample.yaml b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-elalto-sample.yaml
new file mode 100644
index 00000000..b59bfbe0
--- /dev/null
+++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-certify-schema-elalto-sample.yaml
@@ -0,0 +1,18 @@
+open_cli_sample_version: 1.0
+name: vf-model-certify
+version: onap-elalto
+samples:
+ sample1:
+ name: vf-model-certify
+ input: -b 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57 -r remarkss -u cs0008 -p demo123456! -m https://10.12.5.110:30204
+ moco: vf-model-certify-schema-elalto-moco.json
+ output: |
+ +----------+--------------------------------------+
+ |property |value |
+ +----------+--------------------------------------+
+ |id |f2a9f1e6-1635-442d-89ef-42370b0e69ac |
+ +----------+--------------------------------------+
+ |uuid |76756a3e-ab7d-49df-9002-3d8008233a2b |
+ +----------+--------------------------------------+
+ |version |1.0 |
+ +----------+--------------------------------------+
diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-elalto-moco.json b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-elalto-moco.json
new file mode 100644
index 00000000..03a782b0
--- /dev/null
+++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-elalto-moco.json
@@ -0,0 +1,47244 @@
+[ {
+ "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-961d368f-d313-4a2c-86a8-72fc2b19c4ea",
+ "Content-Type" : "application/json"
+ },
+ "json" : {
+ "contactId" : "cs0008",
+ "vendorRelease" : "1.0",
+ "requirements" : { },
+ "artifacts" : { },
+ "capabilities" : { },
+ "componentInstancesProperties" : { },
+ "deploymentArtifacts" : { },
+ "icon" : "defaulticon",
+ "vendorName" : "hpa-vendor-1",
+ "description" : "hpa-vf",
+ "tags" : [ "CLI", "hpa-vf-0" ],
+ "properties" : [ ],
+ "categories" : [ {
+ "subcategories" : [ {
+ "normalizedName" : "abstract",
+ "name" : "Abstract",
+ "uniqueId" : "resourceNewCategory.generic.abstract",
+ "icons" : [ "database" ]
+ } ],
+ "normalizedName" : "generic",
+ "name" : "Generic",
+ "uniqueId" : "resourceNewCategory.generic"
+ } ],
+ "name" : "hpa-vf-0",
+ "toscaArtifacts" : { },
+ "csarUUID" : "b6c23299280842eca622e9f1a4166d4f",
+ "resourceType" : "VF",
+ "csarVersion" : "1.0",
+ "componentType" : "RESOURCE",
+ "componentInstancesAttributes" : { },
+ "attributes" : [ ],
+ "componentInstances" : [ ]
+ }
+ },
+ "response" : {
+ "status" : 201,
+ "json" : {
+ "artifacts" : {
+ "vsphpavspvfw0informationtxt" : {
+ "artifactLabel" : "vsphpavspvfw0informationtxt",
+ "artifactUUID" : "bfc809fb-8f47-46eb-bfb5-d2304dcd9416",
+ "artifactVersion" : "1",
+ "artifactGroupType" : "INFORMATIONAL",
+ "artifactChecksum" : "N2VmMWU3ZDljNTQ4NTVkMWM1NDZhOTkxZjFjNDcwMGE=",
+ "mandatory" : false,
+ "serviceApi" : false,
+ "payloadUpdateDate" : 1569874091305,
+ "isFromCsar" : true,
+ "artifactDisplayName" : "VSP_hpa-vsp-vfw-0_Information",
+ "creationDate" : 1569874091304,
+ "description" : "Artifact created from csar",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsphpavspvfw0informationtxt",
+ "timeout" : 0,
+ "updaterFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874091304,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "GUIDE",
+ "artifactName" : "VSP_hpa-vsp-vfw-0_Information.txt",
+ "requiredArtifacts" : [ ],
+ "generated" : false,
+ "esId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsphpavspvfw0informationtxt",
+ "duplicated" : false,
+ "artifactCreator" : "cs0008",
+ "empty" : false
+ }
+ },
+ "deploymentArtifacts" : {
+ "vflicense" : {
+ "artifactLabel" : "vflicense",
+ "artifactUUID" : "d74bc6ed-0a0e-419c-bf14-49997ce15f6c",
+ "artifactVersion" : "1",
+ "artifactGroupType" : "DEPLOYMENT",
+ "artifactChecksum" : "NjBjNDcyZjE4N2QxMjM1NTk0NmE5MjRiOWRiODBkZGM=",
+ "mandatory" : false,
+ "serviceApi" : false,
+ "payloadUpdateDate" : 1569874091221,
+ "isFromCsar" : true,
+ "artifactDisplayName" : "VF License",
+ "creationDate" : 1569874091218,
+ "description" : "VF license file",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vflicense",
+ "timeout" : 0,
+ "updaterFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874091218,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "VF_LICENSE",
+ "artifactName" : "vf-license-model.xml",
+ "requiredArtifacts" : [ ],
+ "generated" : false,
+ "esId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vflicense",
+ "duplicated" : false,
+ "artifactCreator" : "cs0008",
+ "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" : "protected_private_provider_net",
+ "type" : "string",
+ "description" : "provider net for private network that connects vFirewall with vSink",
+ "currentValue" : "PUT THE ONAP PROVIDER NET ID HERE",
+ "empty" : false
+ }, {
+ "name" : "unprotected_private_provider_net",
+ "type" : "string",
+ "description" : "provider net for private network that connects vPacketGenerator with vFirewall",
+ "currentValue" : "PUT THE ONAP PROVIDER NET ID HERE",
+ "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" : "30235",
+ "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.5.0-SNAPSHOT",
+ "empty" : false
+ }, {
+ "name" : "demo_artifacts_version",
+ "type" : "string",
+ "description" : "Artifacts (jar, tar.gz) version used in demo vnfs",
+ "currentValue" : "1.5.0-SNAPSHOT",
+ "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
+ } ],
+ "artifactLabel" : "heat1",
+ "artifactUUID" : "f9776039-7633-4a14-bfa6-b901ac084a5e",
+ "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" : "protected_private_provider_net",
+ "type" : "string",
+ "description" : "provider net for private network that connects vFirewall with vSink",
+ "currentValue" : "PUT THE ONAP PROVIDER NET ID HERE",
+ "empty" : false
+ }, {
+ "name" : "unprotected_private_provider_net",
+ "type" : "string",
+ "description" : "provider net for private network that connects vPacketGenerator with vFirewall",
+ "currentValue" : "PUT THE ONAP PROVIDER NET ID HERE",
+ "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" : "30235",
+ "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.5.0-SNAPSHOT",
+ "empty" : false
+ }, {
+ "name" : "demo_artifacts_version",
+ "type" : "string",
+ "description" : "Artifacts (jar, tar.gz) version used in demo vnfs",
+ "currentValue" : "1.5.0-SNAPSHOT",
+ "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",
+ "artifactChecksum" : "YzM0N2QzMTk3YmVhMzY4OTMzZDlkMTFmMmE0MjI2YWY=",
+ "mandatory" : false,
+ "serviceApi" : false,
+ "payloadUpdateDate" : 1569874091512,
+ "isFromCsar" : true,
+ "artifactDisplayName" : "base_vfw",
+ "creationDate" : 1569874091461,
+ "description" : "created from csar",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.heat1",
+ "timeout" : 60,
+ "updaterFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874091461,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "HEAT",
+ "artifactName" : "base_vfw.yaml",
+ "requiredArtifacts" : [ ],
+ "generated" : false,
+ "esId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.heat1",
+ "duplicated" : false,
+ "artifactCreator" : "cs0008",
+ "empty" : false
+ },
+ "vendorlicense" : {
+ "artifactLabel" : "vendorlicense",
+ "artifactUUID" : "7833f1eb-d4c9-4999-b211-61f9360f1914",
+ "artifactVersion" : "1",
+ "artifactGroupType" : "DEPLOYMENT",
+ "artifactChecksum" : "YTgxZDE5NWZhYmZiZjRmZWZmZTEzMzA2MTM1YmZjNDc=",
+ "mandatory" : false,
+ "serviceApi" : false,
+ "payloadUpdateDate" : 1569874090947,
+ "isFromCsar" : true,
+ "artifactDisplayName" : "Vendor License",
+ "creationDate" : 1569874090945,
+ "description" : " Vendor license file",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vendorlicense",
+ "timeout" : 0,
+ "updaterFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874090945,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "VENDOR_LICENSE",
+ "artifactName" : "vendor-license-model.xml",
+ "requiredArtifacts" : [ ],
+ "generated" : false,
+ "esId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vendorlicense",
+ "duplicated" : false,
+ "artifactCreator" : "cs0008",
+ "empty" : false
+ },
+ "cdsblueprint" : {
+ "artifactLabel" : "cdsblueprint",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "DEPLOYMENT",
+ "mandatory" : true,
+ "serviceApi" : false,
+ "isFromCsar" : false,
+ "artifactDisplayName" : "CDS Blueprint",
+ "creationDate" : 1569874080670,
+ "description" : "CDS deployment artifact",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.cdsblueprint",
+ "timeout" : 60,
+ "userIdCreator" : "cs0008",
+ "updaterFullName" : "Carlos Santana",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874080670,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "CONTROLLER_BLUEPRINT_ARCHIVE",
+ "generated" : false,
+ "duplicated" : false,
+ "empty" : false
+ },
+ "heat1env" : {
+ "artifactLabel" : "heat1env",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "DEPLOYMENT",
+ "heatParamsUpdateDate" : 1569874091514,
+ "generatedFromId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.heat1",
+ "mandatory" : true,
+ "serviceApi" : false,
+ "isFromCsar" : false,
+ "artifactDisplayName" : "VF HEAT ENV",
+ "creationDate" : 1569874091514,
+ "description" : "VF Auto-generated HEAT Environment deployment artifact",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.heat1env",
+ "timeout" : 0,
+ "userIdCreator" : "cs0008",
+ "updaterFullName" : "Carlos Santana",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874091514,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "HEAT_ENV",
+ "artifactName" : "base_vfw.env",
+ "generated" : false,
+ "duplicated" : false,
+ "empty" : false
+ }
+ },
+ "toscaArtifacts" : {
+ "assettoscacsar" : {
+ "artifactLabel" : "assettoscacsar",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "TOSCA",
+ "mandatory" : true,
+ "serviceApi" : false,
+ "isFromCsar" : false,
+ "artifactDisplayName" : "Tosca Model",
+ "creationDate" : 1569874080670,
+ "description" : "TOSCA definition package of the asset",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.assettoscacsar",
+ "timeout" : 0,
+ "userIdCreator" : "cs0008",
+ "updaterFullName" : "Carlos Santana",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874080670,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "TOSCA_CSAR",
+ "artifactName" : "resource-HpaVf0-csar.csar",
+ "generated" : false,
+ "duplicated" : false,
+ "empty" : false
+ },
+ "assettoscatemplate" : {
+ "artifactLabel" : "assettoscatemplate",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "TOSCA",
+ "mandatory" : true,
+ "serviceApi" : false,
+ "isFromCsar" : false,
+ "artifactDisplayName" : "Tosca Template",
+ "creationDate" : 1569874080670,
+ "description" : "TOSCA representation of the asset",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.assettoscatemplate",
+ "timeout" : 0,
+ "userIdCreator" : "cs0008",
+ "updaterFullName" : "Carlos Santana",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874080670,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "TOSCA_TEMPLATE",
+ "artifactName" : "resource-HpaVf0-template.yml",
+ "generated" : false,
+ "duplicated" : 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.Node" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "name" : "feature_vfw",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vfw_vfw_private_0_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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.Scalable.default_instances",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "default_instances",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Scalable",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.scalable",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "scalable",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "name" : "scalable_vfw",
+ "empty" : false
+ } ],
+ "org.openecomp.capabilities.Forwarder" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vfw_vfw_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.network.Bindable" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "name" : "binding_vfw",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vfw_vfw_private_0_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_1_port_network_role\"},\"pps_capacity\":\"\"}",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_vfw_vfw_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" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_vfw_vfw_private_2_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_0_port_network_role\"},\"pps_capacity\":\"\"}",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_vfw_vfw_private_0_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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Container",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.host",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "host",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.ephemeral.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.ephemeral.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.instance",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "instance",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu.delta",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu.delta",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu_util",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu_util",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.root.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.root.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.vcpus",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "vcpus",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.resident",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.resident",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_vfw_vfw_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.OperatingSystem" : [ {
+ "properties" : [ {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.type",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "type",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.distribution",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "distribution",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.version",
+ "type" : "version",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "version",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.architecture",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "architecture",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.OperatingSystem",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.os",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "os",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Endpoint.Admin",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.endpoint",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "endpoint",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "name" : "endpoint_vfw",
+ "empty" : false
+ } ],
+ "tosca.capabilities.Attachment" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vfw_vfw_private_0_port",
+ "empty" : false
+ } ]
+ },
+ "requirements" : {
+ "tosca.capabilities.Node" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vfw",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vfw_vfw_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.network.Linkable" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vfw_vfw_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.Attachment" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.local_storage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Attachment",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.AttachesTo",
+ "parentName" : "local_storage",
+ "node" : "tosca.nodes.BlockStorage",
+ "minOccurrences" : "0",
+ "name" : "local_storage_vfw",
+ "empty" : false
+ } ]
+ },
+ "deploymentArtifacts" : {
+ "cdsblueprint" : {
+ "artifactLabel" : "cdsblueprint",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "DEPLOYMENT",
+ "mandatory" : true,
+ "serviceApi" : false,
+ "isFromCsar" : false,
+ "artifactDisplayName" : "CDS Blueprint",
+ "creationDate" : 1569874085830,
+ "description" : "CDS deployment artifact",
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.cdsblueprint",
+ "timeout" : 60,
+ "userIdCreator" : "cs0008",
+ "updaterFullName" : "Carlos Santana",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874085830,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "CONTROLLER_BLUEPRINT_ARCHIVE",
+ "generated" : false,
+ "duplicated" : false,
+ "empty" : false
+ }
+ },
+ "inputs" : [ {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "subnet",
+ "inputName" : "onap_private_subnet_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_subnet_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "ip_address",
+ "inputName" : "vfw_private_ip_2",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_ip_2",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_2_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "ip_address",
+ "inputName" : "vpg_private_ip_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_ip_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_1_port_binding:vnic_type",
+ "inputName" : "vfw_private_1_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_1_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.compute_vfw_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vfw_name",
+ "value" : "[{\"get_input\":\"vfw_name_0\"}]",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputValues" : [ {
+ "propName" : "compute_vfw_name",
+ "inputName" : "vfw_name_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_name_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_naming",
+ "type" : "org.openecomp.datatypes.Naming",
+ "required" : false,
+ "definition" : false,
+ "description" : "vfc naming",
+ "password" : false,
+ "name" : "nfc_naming",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_flavor_name",
+ "inputName" : "firewall_flavor_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.firewall_flavor_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "48275645-2b67-4a35-bd95-2ac11ddd18aa.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_image_name",
+ "inputName" : "vfw_image_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_image_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_0_port_fixed_ips",
+ "value" : "[{\"subnet\":\"UNSUPPORTED_RESOURCE_unprotected_private_subnet\",\"ip_address\":{\"get_input\":\"vfw_private_ip_0\"}}]",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputValues" : [ {
+ "propName" : "ip_address",
+ "inputName" : "vfw_private_ip_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_ip_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_0_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_0_port_binding:vnic_type",
+ "inputName" : "vfw_private_0_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_0_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_2_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vfw_user_data_format",
+ "value" : "[\"RAW\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_0_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_2_port_network",
+ "inputName" : "onap_private_net_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_net_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_1_port_fixed_ips",
+ "value" : "[{\"subnet\":\"UNSUPPORTED_RESOURCE_protected_private_subnet\",\"ip_address\":{\"get_input\":\"vfw_private_ip_1\"}}]",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputValues" : [ {
+ "propName" : "ip_address",
+ "inputName" : "vfw_private_ip_1",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_ip_1",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_2_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.high_availablity",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "description" : "high_availablity",
+ "password" : false,
+ "name" : "high_availablity",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_1_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_0_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_function",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nfc_function",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.compute_vfw_key_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vfw_key_name",
+ "value" : "[\"UNSUPPORTED_RESOURCE_my_keypair\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_2_port_binding:vnic_type",
+ "inputName" : "vfw_private_2_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_2_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_1_port_network",
+ "value" : "[\"UNSUPPORTED_RESOURCE_protected_private_network\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_0_port_network",
+ "value" : "[\"UNSUPPORTED_RESOURCE_unprotected_private_network\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_1_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_1_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.compute_vfw_metadata",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "vf_module_id",
+ "inputName" : "vf_module_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vf_module_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "vnf_id",
+ "inputName" : "vnf_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vnf_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ } ],
+ "actualComponentUid" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "normalizedName" : "abstract_vfw",
+ "name" : "abstract_vfw",
+ "creationTime" : 1569874089842,
+ "modificationTime" : 1569874090612,
+ "originType" : "CVFC",
+ "componentUid" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "customizationUUID" : "23324e8e-e394-4b98-a3ae-e7dbdd71fa4a",
+ "componentVersion" : "1.0",
+ "componentName" : "hpa-vf-0-nodes.vfwCvfc",
+ "toscaComponentName" : "org.openecomp.resource.vfc.HpaVf0cvfc.abstract.nodes.vfw",
+ "isProxy" : false,
+ "invariantName" : "abstract_vfw",
+ "originArchived" : false,
+ "icon" : "defaulticon",
+ "posX" : "475.0",
+ "posY" : "325.0",
+ "directives" : [ "substitutable" ],
+ "propertyValueCounter" : 1,
+ "empty" : false
+ }, {
+ "capabilities" : {
+ "tosca.capabilities.Node" : [ {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "name" : "feature_vpg",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vpg_vpg_private_0_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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.Scalable.default_instances",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "default_instances",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Scalable",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.scalable",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "scalable",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "name" : "scalable_vpg",
+ "empty" : false
+ } ],
+ "org.openecomp.capabilities.Forwarder" : [ {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vpg_vpg_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.network.Bindable" : [ {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "name" : "binding_vpg",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vpg_vpg_private_0_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\":\"vpg\",\"network_role\":{\"get_input\":\"port_vpg_private_1_port_network_role\"},\"pps_capacity\":\"\"}",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_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\":\"vpg\",\"network_role\":{\"get_input\":\"port_vpg_private_0_port_network_role\"},\"pps_capacity\":\"\"}",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_vpg_vpg_private_0_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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Container",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.host",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "host",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.ephemeral.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.ephemeral.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.instance",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "instance",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu.delta",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu.delta",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu_util",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu_util",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.root.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.root.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.vcpus",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "vcpus",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.resident",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.resident",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_vpg_vpg_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.OperatingSystem" : [ {
+ "properties" : [ {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.type",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "type",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.distribution",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "distribution",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.version",
+ "type" : "version",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "version",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.architecture",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "architecture",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.OperatingSystem",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.os",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "os",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Endpoint.Admin",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.endpoint",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "endpoint",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "name" : "endpoint_vpg",
+ "empty" : false
+ } ],
+ "tosca.capabilities.Attachment" : [ {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vpg_vpg_private_0_port",
+ "empty" : false
+ } ]
+ },
+ "requirements" : {
+ "tosca.capabilities.Node" : [ {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vpg",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vpg_vpg_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.network.Linkable" : [ {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vpg_vpg_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.Attachment" : [ {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.local_storage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Attachment",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.AttachesTo",
+ "parentName" : "local_storage",
+ "node" : "tosca.nodes.BlockStorage",
+ "minOccurrences" : "0",
+ "name" : "local_storage_vpg",
+ "empty" : false
+ } ]
+ },
+ "deploymentArtifacts" : {
+ "cdsblueprint" : {
+ "artifactLabel" : "cdsblueprint",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "DEPLOYMENT",
+ "mandatory" : true,
+ "serviceApi" : false,
+ "isFromCsar" : false,
+ "artifactDisplayName" : "CDS Blueprint",
+ "creationDate" : 1569874087692,
+ "description" : "CDS deployment artifact",
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.cdsblueprint",
+ "timeout" : 60,
+ "userIdCreator" : "cs0008",
+ "updaterFullName" : "Carlos Santana",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874087692,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "CONTROLLER_BLUEPRINT_ARCHIVE",
+ "generated" : false,
+ "duplicated" : false,
+ "empty" : false
+ }
+ },
+ "inputs" : [ {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vpg_private_1_port_network",
+ "inputName" : "onap_private_net_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_net_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vpg_private_0_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_1_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_0_port_network",
+ "value" : "[\"UNSUPPORTED_RESOURCE_unprotected_private_network\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_naming",
+ "type" : "org.openecomp.datatypes.Naming",
+ "required" : false,
+ "definition" : false,
+ "description" : "vfc naming",
+ "password" : false,
+ "name" : "nfc_naming",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_flavor_name",
+ "inputName" : "packetgen_flavor_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.packetgen_flavor_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "48275645-2b67-4a35-bd95-2ac11ddd18aa.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_image_name",
+ "inputName" : "vfw_image_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_image_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.compute_vpg_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vpg_name",
+ "value" : "[{\"get_input\":\"vpg_name_0\"}]",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputValues" : [ {
+ "propName" : "compute_vpg_name",
+ "inputName" : "vpg_name_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_name_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.high_availablity",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "description" : "high_availablity",
+ "password" : false,
+ "name" : "high_availablity",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vpg_user_data_format",
+ "value" : "[\"RAW\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.compute_vpg_key_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vpg_key_name",
+ "value" : "[\"UNSUPPORTED_RESOURCE_my_keypair\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vpg_private_0_port_binding:vnic_type",
+ "inputName" : "vpg_private_0_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_0_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_0_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_function",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nfc_function",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.compute_vpg_metadata",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "vf_module_id",
+ "inputName" : "vf_module_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vf_module_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "vnf_id",
+ "inputName" : "vnf_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vnf_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_0_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_0_port_fixed_ips",
+ "value" : "[{\"subnet\":\"UNSUPPORTED_RESOURCE_unprotected_private_subnet\",\"ip_address\":{\"get_input\":\"vpg_private_ip_0\"}}]",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputValues" : [ {
+ "propName" : "ip_address",
+ "inputName" : "vpg_private_ip_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_ip_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_1_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vpg_private_1_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "subnet",
+ "inputName" : "onap_private_subnet_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_subnet_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "ip_address",
+ "inputName" : "vpg_private_ip_1",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_ip_1",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vpg_private_1_port_binding:vnic_type",
+ "inputName" : "vpg_private_1_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_1_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ } ],
+ "actualComponentUid" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "normalizedName" : "abstract_vpg",
+ "name" : "abstract_vpg",
+ "creationTime" : 1569874089841,
+ "modificationTime" : 1569874090612,
+ "originType" : "CVFC",
+ "componentUid" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "customizationUUID" : "4265d5c3-be8b-4c6a-b999-04d26112059f",
+ "componentVersion" : "1.0",
+ "componentName" : "hpa-vf-0-nodes.vpgCvfc",
+ "toscaComponentName" : "org.openecomp.resource.vfc.HpaVf0cvfc.abstract.nodes.vpg",
+ "isProxy" : false,
+ "invariantName" : "abstract_vpg",
+ "originArchived" : false,
+ "icon" : "defaulticon",
+ "posX" : "275.0",
+ "posY" : "325.0",
+ "directives" : [ "substitutable" ],
+ "propertyValueCounter" : 1,
+ "empty" : false
+ }, {
+ "capabilities" : {
+ "tosca.capabilities.Node" : [ {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "name" : "feature_vsn",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vsn_vsn_private_0_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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.Scalable.default_instances",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "default_instances",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Scalable",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.scalable",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "scalable",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "name" : "scalable_vsn",
+ "empty" : false
+ } ],
+ "org.openecomp.capabilities.Forwarder" : [ {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vsn_vsn_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.network.Bindable" : [ {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "name" : "binding_vsn",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vsn_vsn_private_0_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" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_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\":\"vsn\",\"network_role\":{\"get_input\":\"port_vsn_private_0_port_network_role\"},\"pps_capacity\":\"\"}",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_vsn_vsn_private_0_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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Container",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.host",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "host",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.ephemeral.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.ephemeral.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.instance",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "instance",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu.delta",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu.delta",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu_util",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu_util",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.root.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.root.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.vcpus",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "vcpus",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.resident",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.resident",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_vsn_vsn_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.OperatingSystem" : [ {
+ "properties" : [ {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.type",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "type",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.distribution",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "distribution",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.version",
+ "type" : "version",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "version",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.architecture",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "architecture",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.OperatingSystem",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.os",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "os",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Endpoint.Admin",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.endpoint",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "endpoint",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "name" : "endpoint_vsn",
+ "empty" : false
+ } ],
+ "tosca.capabilities.Attachment" : [ {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vsn_vsn_private_0_port",
+ "empty" : false
+ } ]
+ },
+ "requirements" : {
+ "tosca.capabilities.Node" : [ {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vsn",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vsn_vsn_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.network.Linkable" : [ {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vsn_vsn_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.Attachment" : [ {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.local_storage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Attachment",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.AttachesTo",
+ "parentName" : "local_storage",
+ "node" : "tosca.nodes.BlockStorage",
+ "minOccurrences" : "0",
+ "name" : "local_storage_vsn",
+ "empty" : false
+ } ]
+ },
+ "deploymentArtifacts" : {
+ "cdsblueprint" : {
+ "artifactLabel" : "cdsblueprint",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "DEPLOYMENT",
+ "mandatory" : true,
+ "serviceApi" : false,
+ "isFromCsar" : false,
+ "artifactDisplayName" : "CDS Blueprint",
+ "creationDate" : 1569874089190,
+ "description" : "CDS deployment artifact",
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.cdsblueprint",
+ "timeout" : 60,
+ "userIdCreator" : "cs0008",
+ "updaterFullName" : "Carlos Santana",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874089190,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "CONTROLLER_BLUEPRINT_ARCHIVE",
+ "generated" : false,
+ "duplicated" : false,
+ "empty" : false
+ }
+ },
+ "inputs" : [ {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vsn_private_1_port_network",
+ "inputName" : "onap_private_net_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_net_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_0_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vsn_private_0_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_naming",
+ "type" : "org.openecomp.datatypes.Naming",
+ "required" : false,
+ "definition" : false,
+ "description" : "vfc naming",
+ "password" : false,
+ "name" : "nfc_naming",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_flavor_name",
+ "inputName" : "sink_flavor_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sink_flavor_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_0_port_network",
+ "value" : "[\"UNSUPPORTED_RESOURCE_protected_private_network\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "48275645-2b67-4a35-bd95-2ac11ddd18aa.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vsn_private_0_port_binding:vnic_type",
+ "inputName" : "vsn_private_0_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_0_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_1_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_image_name",
+ "inputName" : "vfw_image_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_image_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.high_availablity",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "description" : "high_availablity",
+ "password" : false,
+ "name" : "high_availablity",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.compute_vsn_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vsn_name",
+ "value" : "[{\"get_input\":\"vsn_name_0\"}]",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputValues" : [ {
+ "propName" : "compute_vsn_name",
+ "inputName" : "vsn_name_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_name_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_0_port_fixed_ips",
+ "value" : "[{\"subnet\":\"UNSUPPORTED_RESOURCE_protected_private_subnet\",\"ip_address\":{\"get_input\":\"vsn_private_ip_0\"}}]",
+ "hidden" : false,
+ "immutable" : false,
+ "getInputValues" : [ {
+ "propName" : "ip_address",
+ "inputName" : "vsn_private_ip_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_ip_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_function",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nfc_function",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.compute_vsn_key_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vsn_key_name",
+ "value" : "[\"UNSUPPORTED_RESOURCE_my_keypair\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vsn_user_data_format",
+ "value" : "[\"RAW\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_0_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vsn_private_1_port_binding:vnic_type",
+ "inputName" : "vsn_private_1_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_1_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_1_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "subnet",
+ "inputName" : "onap_private_subnet_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_subnet_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "ip_address",
+ "inputName" : "vsn_private_ip_1",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_ip_1",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "port_vsn_private_1_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.compute_vsn_metadata",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : 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,
+ "getInputValues" : [ {
+ "propName" : "vf_module_id",
+ "inputName" : "vf_module_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vf_module_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "vnf_id",
+ "inputName" : "vnf_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vnf_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ } ],
+ "actualComponentUid" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "normalizedName" : "abstract_vsn",
+ "name" : "abstract_vsn",
+ "creationTime" : 1569874089843,
+ "modificationTime" : 1569874090612,
+ "originType" : "CVFC",
+ "componentUid" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "customizationUUID" : "0f95d19b-4c41-46ec-90b1-3befeaeb8d07",
+ "componentVersion" : "1.0",
+ "componentName" : "hpa-vf-0-nodes.vsnCvfc",
+ "toscaComponentName" : "org.openecomp.resource.vfc.HpaVf0cvfc.abstract.nodes.vsn",
+ "isProxy" : false,
+ "invariantName" : "abstract_vsn",
+ "originArchived" : false,
+ "icon" : "defaulticon",
+ "posX" : "275.0",
+ "posY" : "525.0",
+ "directives" : [ "substitutable" ],
+ "propertyValueCounter" : 1,
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "componentInstancesInputs" : {
+ "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" : [ {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_subnet_id",
+ "getInputValues" : [ {
+ "propName" : "subnet",
+ "inputName" : "onap_private_subnet_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_subnet_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "ip_address",
+ "inputName" : "vfw_private_ip_2",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_ip_2",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_2_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_ip_0",
+ "getInputValues" : [ {
+ "propName" : "ip_address",
+ "inputName" : "vpg_private_ip_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_ip_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_1_port_vnic_type",
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_1_port_binding:vnic_type",
+ "inputName" : "vfw_private_1_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_1_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.compute_vfw_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vfw_name",
+ "value" : "[{\"get_input\":\"vfw_name_0\"}]",
+ "hidden" : false,
+ "immutable" : false,
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_name_0",
+ "getInputValues" : [ {
+ "propName" : "compute_vfw_name",
+ "inputName" : "vfw_name_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_name_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_naming",
+ "type" : "org.openecomp.datatypes.Naming",
+ "required" : false,
+ "definition" : false,
+ "description" : "vfc naming",
+ "password" : false,
+ "name" : "nfc_naming",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.firewall_flavor_name",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_flavor_name",
+ "inputName" : "firewall_flavor_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.firewall_flavor_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "48275645-2b67-4a35-bd95-2ac11ddd18aa.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_image_name",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_image_name",
+ "inputName" : "vfw_image_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_image_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_0_port_fixed_ips",
+ "value" : "[{\"subnet\":\"UNSUPPORTED_RESOURCE_unprotected_private_subnet\",\"ip_address\":{\"get_input\":\"vfw_private_ip_0\"}}]",
+ "hidden" : false,
+ "immutable" : false,
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_ip_0",
+ "getInputValues" : [ {
+ "propName" : "ip_address",
+ "inputName" : "vfw_private_ip_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_ip_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_0_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_0_port_vnic_type",
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_0_port_binding:vnic_type",
+ "inputName" : "vfw_private_0_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_0_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_2_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vfw_user_data_format",
+ "value" : "[\"RAW\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_0_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_net_id",
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_2_port_network",
+ "inputName" : "onap_private_net_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_net_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_1_port_fixed_ips",
+ "value" : "[{\"subnet\":\"UNSUPPORTED_RESOURCE_protected_private_subnet\",\"ip_address\":{\"get_input\":\"vfw_private_ip_1\"}}]",
+ "hidden" : false,
+ "immutable" : false,
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_ip_1",
+ "getInputValues" : [ {
+ "propName" : "ip_address",
+ "inputName" : "vfw_private_ip_1",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_ip_1",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_2_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.high_availablity",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "description" : "high_availablity",
+ "password" : false,
+ "name" : "high_availablity",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_1_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_0_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_function",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nfc_function",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.compute_vfw_key_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vfw_key_name",
+ "value" : "[\"UNSUPPORTED_RESOURCE_my_keypair\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_2_port_vnic_type",
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_2_port_binding:vnic_type",
+ "inputName" : "vfw_private_2_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_2_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_1_port_network",
+ "value" : "[\"UNSUPPORTED_RESOURCE_protected_private_network\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_0_port_network",
+ "value" : "[\"UNSUPPORTED_RESOURCE_unprotected_private_network\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "getInputValues" : [ {
+ "propName" : "port_vfw_private_1_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vfw_private_1_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "329476c3-19d7-4c93-8aca-9115d5398f61.compute_vfw_metadata",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vf_module_id",
+ "getInputValues" : [ {
+ "propName" : "vf_module_id",
+ "inputName" : "vf_module_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vf_module_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "vnf_id",
+ "inputName" : "vnf_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vnf_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ } ],
+ "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" : [ {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_net_id",
+ "getInputValues" : [ {
+ "propName" : "port_vpg_private_1_port_network",
+ "inputName" : "onap_private_net_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_net_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "getInputValues" : [ {
+ "propName" : "port_vpg_private_0_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_1_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_0_port_network",
+ "value" : "[\"UNSUPPORTED_RESOURCE_unprotected_private_network\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_naming",
+ "type" : "org.openecomp.datatypes.Naming",
+ "required" : false,
+ "definition" : false,
+ "description" : "vfc naming",
+ "password" : false,
+ "name" : "nfc_naming",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.packetgen_flavor_name",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_flavor_name",
+ "inputName" : "packetgen_flavor_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.packetgen_flavor_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "48275645-2b67-4a35-bd95-2ac11ddd18aa.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_image_name",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_image_name",
+ "inputName" : "vfw_image_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_image_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.compute_vpg_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vpg_name",
+ "value" : "[{\"get_input\":\"vpg_name_0\"}]",
+ "hidden" : false,
+ "immutable" : false,
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_name_0",
+ "getInputValues" : [ {
+ "propName" : "compute_vpg_name",
+ "inputName" : "vpg_name_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_name_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.high_availablity",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "description" : "high_availablity",
+ "password" : false,
+ "name" : "high_availablity",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vpg_user_data_format",
+ "value" : "[\"RAW\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.compute_vpg_key_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vpg_key_name",
+ "value" : "[\"UNSUPPORTED_RESOURCE_my_keypair\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_0_port_vnic_type",
+ "getInputValues" : [ {
+ "propName" : "port_vpg_private_0_port_binding:vnic_type",
+ "inputName" : "vpg_private_0_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_0_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_0_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_function",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nfc_function",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.compute_vpg_metadata",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vf_module_id",
+ "getInputValues" : [ {
+ "propName" : "vf_module_id",
+ "inputName" : "vf_module_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vf_module_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "vnf_id",
+ "inputName" : "vnf_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vnf_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_0_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_0_port_fixed_ips",
+ "value" : "[{\"subnet\":\"UNSUPPORTED_RESOURCE_unprotected_private_subnet\",\"ip_address\":{\"get_input\":\"vpg_private_ip_0\"}}]",
+ "hidden" : false,
+ "immutable" : false,
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_ip_0",
+ "getInputValues" : [ {
+ "propName" : "ip_address",
+ "inputName" : "vpg_private_ip_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_ip_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vpg_private_1_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "getInputValues" : [ {
+ "propName" : "port_vpg_private_1_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_subnet_id",
+ "getInputValues" : [ {
+ "propName" : "subnet",
+ "inputName" : "onap_private_subnet_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_subnet_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "ip_address",
+ "inputName" : "vpg_private_ip_1",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_ip_1",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_1_port_vnic_type",
+ "getInputValues" : [ {
+ "propName" : "port_vpg_private_1_port_binding:vnic_type",
+ "inputName" : "vpg_private_1_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_private_1_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ } ],
+ "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" : [ {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_net_id",
+ "getInputValues" : [ {
+ "propName" : "port_vsn_private_1_port_network",
+ "inputName" : "onap_private_net_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_net_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_0_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "getInputValues" : [ {
+ "propName" : "port_vsn_private_0_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_naming",
+ "type" : "org.openecomp.datatypes.Naming",
+ "required" : false,
+ "definition" : false,
+ "description" : "vfc naming",
+ "password" : false,
+ "name" : "nfc_naming",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sink_flavor_name",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_flavor_name",
+ "inputName" : "sink_flavor_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sink_flavor_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_0_port_network",
+ "value" : "[\"UNSUPPORTED_RESOURCE_protected_private_network\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "48275645-2b67-4a35-bd95-2ac11ddd18aa.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_0_port_vnic_type",
+ "getInputValues" : [ {
+ "propName" : "port_vsn_private_0_port_binding:vnic_type",
+ "inputName" : "vsn_private_0_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_0_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_1_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_image_name",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "getInputValues" : [ {
+ "propName" : "vm_image_name",
+ "inputName" : "vfw_image_name",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_image_name",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : true,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.high_availablity",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "description" : "high_availablity",
+ "password" : false,
+ "name" : "high_availablity",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.compute_vsn_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vsn_name",
+ "value" : "[{\"get_input\":\"vsn_name_0\"}]",
+ "hidden" : false,
+ "immutable" : false,
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_name_0",
+ "getInputValues" : [ {
+ "propName" : "compute_vsn_name",
+ "inputName" : "vsn_name_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_name_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.IpRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.IpRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_0_port_fixed_ips",
+ "value" : "[{\"subnet\":\"UNSUPPORTED_RESOURCE_protected_private_subnet\",\"ip_address\":{\"get_input\":\"vsn_private_ip_0\"}}]",
+ "hidden" : false,
+ "immutable" : false,
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_ip_0",
+ "getInputValues" : [ {
+ "propName" : "ip_address",
+ "inputName" : "vsn_private_ip_0",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_ip_0",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.nfc_function",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nfc_function",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.compute_vsn_key_name",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vsn_key_name",
+ "value" : "[\"UNSUPPORTED_RESOURCE_my_keypair\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "compute_vsn_user_data_format",
+ "value" : "[\"RAW\"]",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_0_port_vlan_requirements",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.VlanRequirements",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.VlanRequirements",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_1_port_vnic_type",
+ "getInputValues" : [ {
+ "propName" : "port_vsn_private_1_port_binding:vnic_type",
+ "inputName" : "vsn_private_1_port_vnic_type",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_1_port_vnic_type",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "empty" : false
+ },
+ "password" : false,
+ "name" : "port_vsn_private_1_port_related_networks",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "schemaType" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "schemaProperty" : {
+ "type" : "org.openecomp.datatypes.network.RelatedNetworksAssignments",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_subnet_id",
+ "getInputValues" : [ {
+ "propName" : "subnet",
+ "inputName" : "onap_private_subnet_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_subnet_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "ip_address",
+ "inputName" : "vsn_private_ip_1",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_private_ip_1",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : 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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "59021f66-df57-4ad3-871a-459426a337ef.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" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "59021f66-df57-4ad3-871a-459426a337ef",
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "getInputValues" : [ {
+ "propName" : "port_vsn_private_1_port_security_groups",
+ "inputName" : "sec_group",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "88f08512-f82c-48f3-bca2-891c4d812671.compute_vsn_metadata",
+ "type" : "list",
+ "required" : true,
+ "definition" : false,
+ "schema" : {
+ "property" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : 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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vf_module_id",
+ "getInputValues" : [ {
+ "propName" : "vf_module_id",
+ "inputName" : "vf_module_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vf_module_id",
+ "list" : false,
+ "empty" : false
+ }, {
+ "propName" : "vnf_id",
+ "inputName" : "vnf_id",
+ "inputId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vnf_id",
+ "list" : false,
+ "empty" : false
+ } ],
+ "isDeclaredListInput" : false,
+ "schemaType" : "json",
+ "schemaProperty" : {
+ "type" : "json",
+ "required" : false,
+ "definition" : true,
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ },
+ "getInputProperty" : true,
+ "empty" : false
+ } ]
+ },
+ "capabilities" : {
+ "tosca.capabilities.Node" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "name" : "feature_vfw",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vfw_vfw_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "name" : "feature_vpg",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vpg_vpg_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "name" : "feature_vsn",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Node",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.feature",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "feature",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "tosca.nodes.Root", "tosca.nodes.Root", "tosca.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "feature_vsn_vsn_private_0_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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.Scalable.default_instances",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "default_instances",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Scalable",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.scalable",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "scalable",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "name" : "scalable_vfw",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.Scalable.default_instances",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "default_instances",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Scalable",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.scalable",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "scalable",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.Scalable.default_instances",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "default_instances",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Scalable",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.scalable",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "scalable",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "name" : "scalable_vsn",
+ "empty" : false
+ } ],
+ "org.openecomp.capabilities.Forwarder" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vfw_vfw_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vpg_vpg_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.Forwarder",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.forwarder",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "forwarder",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "forwarder_vsn_vsn_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.network.Bindable" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "name" : "binding_vfw",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vfw_vfw_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "name" : "binding_vpg",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vpg_vpg_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "name" : "binding_vsn",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.network.Bindable",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.binding",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "binding",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "org.openecomp.resource.cp.nodes.heat.network.contrailV2.VLANSubInterface", "org.openecomp.resource.cp.nodes.heat.network.v2.contrailV2.VLANSubInterface" ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "binding_vsn_vsn_private_0_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_1_port_network_role\"},\"pps_capacity\":\"\"}",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_vfw_vfw_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" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_vfw_vfw_private_2_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_0_port_network_role\"},\"pps_capacity\":\"\"}",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_vfw_vfw_private_0_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" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_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\":\"vpg\",\"network_role\":{\"get_input\":\"port_vpg_private_0_port_network_role\"},\"pps_capacity\":\"\"}",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_vpg_vpg_private_0_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\":\"vsn\",\"network_role\":{\"get_input\":\"port_vsn_private_1_port_network_role\"},\"pps_capacity\":\"\"}",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_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\":\"vsn\",\"network_role\":{\"get_input\":\"port_vsn_private_0_port_network_role\"},\"pps_capacity\":\"\"}",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "6999ae77-7e09-4a64-b413-05e5a5d51f7f",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.PortMirroring",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.6999ae77-7e09-4a64-b413-05e5a5d51f7f.port_mirroring",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "port_mirroring",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "port_mirroring_vsn_vsn_private_0_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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Container",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.host",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "host",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "name" : "host_vfw",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Container",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.host",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "host",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Container",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.host",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "host",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ "tosca.nodes.SoftwareComponent" ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.ephemeral.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.ephemeral.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.instance",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "instance",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu.delta",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu.delta",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu_util",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu_util",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.root.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.root.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.vcpus",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "vcpus",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.resident",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.resident",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.ephemeral.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.ephemeral.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.instance",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "instance",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu.delta",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu.delta",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu_util",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu_util",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.root.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.root.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.vcpus",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "vcpus",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.resident",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.resident",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.ephemeral.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.ephemeral.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.instance",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "instance",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu.delta",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu.delta",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu_util",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu_util",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.latency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.latency",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.cpu",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "cpu",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.root.size",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.root.size",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.vcpus",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "vcpus",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.iops",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.iops",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.read.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.read.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.write.requests.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.write.requests.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.allocation",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.allocation",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.read.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.read.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.usage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.usage",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.device.capacity",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.device.capacity",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.memory.resident",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "memory.resident",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ }, {
+ "uniqueId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3.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" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "ec5cb795-9716-4a47-a94e-471f5bd660d3",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.ec5cb795-9716-4a47-a94e-471f5bd660d3.disk.write.requests",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "disk.write.requests",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.Compute", "org.openecomp.resource.vfc.nodes.heat.nova.Server", "org.openecomp.resource.vfc.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.packets.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.packets.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.packets.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outpoing.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outpoing.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outpoing.packets_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.bytes",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.bytes",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.bytes_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.type",
+ "type" : "string",
+ "required" : true,
+ "definition" : false,
+ "defaultValue" : "Gauge",
+ "description" : "Type of the metric value, for an example, Cumulative, Delta, Gauge and etc.",
+ "password" : false,
+ "name" : "type",
+ "value" : "Gauge",
+ "hidden" : false,
+ "immutable" : false,
+ "status" : "SUPPORTED",
+ "parentUniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.outgoing.bytes.rate",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.outgoing.bytes.rate",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.outgoing.bytes.rate_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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ }, {
+ "uniqueId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e.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" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "e850cb66-38dc-4f7f-a40c-5db4235a564e",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "org.openecomp.capabilities.metric.Ceilometer",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "description" : "A node type that includes the Metric capability indicates that it can be monitored using ceilometer.",
+ "uniqueId" : "capability.e850cb66-38dc-4f7f-a40c-5db4235a564e.network.incoming.packets",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "network.incoming.packets",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.nodes.network.Port", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extCP", "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "network.incoming.packets_vsn_vsn_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.OperatingSystem" : [ {
+ "properties" : [ {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.type",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "type",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.distribution",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "distribution",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.version",
+ "type" : "version",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "version",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.architecture",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "architecture",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.OperatingSystem",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.os",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "os",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "name" : "os_vfw",
+ "empty" : false
+ }, {
+ "properties" : [ {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.type",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "type",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.distribution",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "distribution",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.version",
+ "type" : "version",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "version",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.architecture",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "architecture",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.OperatingSystem",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.os",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "os",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "name" : "os_vpg",
+ "empty" : false
+ }, {
+ "properties" : [ {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.type",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "type",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.distribution",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "distribution",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.version",
+ "type" : "version",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "version",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ }, {
+ "uniqueId" : "tosca.capabilities.OperatingSystem.architecture",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "architecture",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.OperatingSystem",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.os",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "os",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Endpoint.Admin",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.endpoint",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "endpoint",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vfw" ],
+ "name" : "endpoint_vfw",
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Endpoint.Admin",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.endpoint",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "endpoint",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vpg" ],
+ "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" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7",
+ "empty" : false
+ } ],
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Endpoint.Admin",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.endpoint",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "endpoint",
+ "minOccurrences" : "0",
+ "validSourceTypes" : [ ],
+ "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.HpaVf0.abstract.compute.nodes.heat.vsn" ],
+ "name" : "endpoint_vsn",
+ "empty" : false
+ } ],
+ "tosca.capabilities.Attachment" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vfw_vfw_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vpg_vpg_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "type" : "tosca.capabilities.Attachment",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "capability.584c2cce-f930-4628-bb78-0505ac4f388e.attachment",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "leftOccurrences" : "UNBOUNDED",
+ "parentName" : "attachment",
+ "minOccurrences" : "1",
+ "validSourceTypes" : [ ],
+ "capabilitySources" : [ "org.openecomp.resource.cp.v2.extNeutronCP", "org.openecomp.resource.cp.v2.extNeutronCP" ],
+ "name" : "attachment_vsn_vsn_private_0_port",
+ "empty" : false
+ } ]
+ },
+ "requirements" : {
+ "tosca.capabilities.Node" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vfw",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vfw_vfw_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vpg",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vpg_vpg_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vsn",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "2c8b3cc4-5e60-410b-8acd-c53513ffa5a6.dependency",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Node",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.DependsOn",
+ "parentName" : "dependency",
+ "node" : "tosca.nodes.Root",
+ "minOccurrences" : "0",
+ "name" : "dependency_vsn_vsn_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.network.Linkable" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vfw_vfw_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_2_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vfw_vfw_private_2_port",
+ "empty" : false
+ }, {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.584c2cce-f930-4628-bb78-0505ac4f388e.vfw_vfw_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vfw_vfw_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vpg_vpg_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.584c2cce-f930-4628-bb78-0505ac4f388e.vpg_vpg_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vpg_vpg_private_0_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_1_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vsn_vsn_private_1_port",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.584c2cce-f930-4628-bb78-0505ac4f388e.vsn_vsn_private_0_port", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "32fe7216-27a4-41dd-9b12-9cead567c888.link",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.network.Linkable",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.network.LinksTo",
+ "parentName" : "link",
+ "minOccurrences" : "0",
+ "name" : "link_vsn_vsn_private_0_port",
+ "empty" : false
+ } ],
+ "tosca.capabilities.Attachment" : [ {
+ "source" : "329476c3-19d7-4c93-8aca-9115d5398f61",
+ "path" : [ "329476c3-19d7-4c93-8aca-9115d5398f61.da327059-2cbf-4ec3-98b3-388020473748.vfw", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw" ],
+ "uniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.local_storage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "ownerName" : "abstract_vfw",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Attachment",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.AttachesTo",
+ "parentName" : "local_storage",
+ "node" : "tosca.nodes.BlockStorage",
+ "minOccurrences" : "0",
+ "name" : "local_storage_vfw",
+ "empty" : false
+ }, {
+ "source" : "7c8e7689-42d3-4d73-bf11-9e864ed3d263",
+ "path" : [ "7c8e7689-42d3-4d73-bf11-9e864ed3d263.97a4620f-bec0-4d72-89d5-4f3bddbdaf26.vpg", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg" ],
+ "uniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.local_storage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg",
+ "ownerName" : "abstract_vpg",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Attachment",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.AttachesTo",
+ "parentName" : "local_storage",
+ "node" : "tosca.nodes.BlockStorage",
+ "minOccurrences" : "0",
+ "name" : "local_storage_vpg",
+ "empty" : false
+ }, {
+ "source" : "88f08512-f82c-48f3-bca2-891c4d812671",
+ "path" : [ "88f08512-f82c-48f3-bca2-891c4d812671.9b469352-3111-4110-bca5-9e2c819d101e.vsn", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn" ],
+ "uniqueId" : "241f2a39-9f0e-4447-9dc6-ec5ca1dbfed7.local_storage",
+ "ownerId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "ownerName" : "abstract_vsn",
+ "maxOccurrences" : "UNBOUNDED",
+ "capability" : "tosca.capabilities.Attachment",
+ "leftOccurrences" : "UNBOUNDED",
+ "relationship" : "tosca.relationships.AttachesTo",
+ "parentName" : "local_storage",
+ "node" : "tosca.nodes.BlockStorage",
+ "minOccurrences" : "0",
+ "name" : "local_storage_vsn",
+ "empty" : false
+ } ]
+ },
+ "inputs" : [ {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.nf_type",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nf_type",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.nf_naming",
+ "type" : "org.openecomp.datatypes.Naming",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nf_naming",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.multi_stage_design",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "false",
+ "password" : false,
+ "name" : "multi_stage_design",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.nf_naming_code",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nf_naming_code",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.protected_private_provider_net",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "PUT THE ONAP PROVIDER NET ID HERE",
+ "description" : "provider net for private network that connects vFirewall with vSink",
+ "password" : false,
+ "name" : "protected_private_provider_net",
+ "label" : "name of provider network to be used to create protected_private_net",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.sdnc_artifact_name",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "sdnc_artifact_name",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.demo_artifacts_version",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "1.5.0-SNAPSHOT",
+ "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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.max_instances",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "max_instances",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.sdnc_model_version",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "sdnc_model_version",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.install_script_version",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "1.5.0-SNAPSHOT",
+ "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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.min_instances",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "min_instances",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.unprotected_private_provider_net",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "PUT THE ONAP PROVIDER NET ID HERE",
+ "description" : "provider net for private network that connects vPacketGenerator with vFirewall",
+ "password" : false,
+ "name" : "unprotected_private_provider_net",
+ "label" : "name of provider network to be used to create unprotected_private_net",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.skip_post_instantiation_configuration",
+ "type" : "boolean",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "true",
+ "password" : false,
+ "name" : "skip_post_instantiation_configuration",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.nf_function",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nf_function",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.dcae_collector_port",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "30235",
+ "description" : "Port of the DCAE collector",
+ "password" : false,
+ "name" : "dcae_collector_port",
+ "label" : "DCAE collector port",
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.availability_zone_max_count",
+ "type" : "integer",
+ "required" : false,
+ "definition" : false,
+ "defaultValue" : "1",
+ "password" : false,
+ "name" : "availability_zone_max_count",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.nf_role",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "nf_role",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ }, {
+ "uniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1.sdnc_model_name",
+ "type" : "string",
+ "required" : false,
+ "definition" : false,
+ "password" : false,
+ "name" : "sdnc_model_name",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "bda5008a-ae19-4035-aca5-4e161580a0b1",
+ "empty" : false
+ }, {
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.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,
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "empty" : false
+ } ],
+ "groups" : [ {
+ "typeUid" : "org.openecomp.groups.VfModule.1.0.grouptype",
+ "propertyValueCounter" : 0,
+ "capabilities" : { },
+ "normalizedName" : "HpaVf0..base_vfw..module-0",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.HpaVf0..base_vfw..module-0",
+ "name" : "HpaVf0..base_vfw..module-0",
+ "version" : "1",
+ "type" : "org.openecomp.groups.VfModule",
+ "artifacts" : [ "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.heat1env", "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.heat1" ],
+ "invariantName" : "HpaVf0..base_vfw..module-0",
+ "invariantUUID" : "ab1c39d3-d32b-44f3-971b-942ab47d2723",
+ "artifactsUuid" : [ "f9776039-7633-4a14-bfa6-b901ac084a5e" ],
+ "groupUUID" : "44968d8f-9299-490d-9c44-43c38816decc",
+ "members" : {
+ "abstract_vsn" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "abstract_vfw" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "abstract_vpg" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg"
+ },
+ "createdFrom" : "CSAR",
+ "userDefined" : false,
+ "vspOriginated" : true,
+ "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",
+ "isDeclaredListInput" : false,
+ "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",
+ "isDeclaredListInput" : false,
+ "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",
+ "isDeclaredListInput" : false,
+ "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",
+ "isDeclaredListInput" : false,
+ "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",
+ "isDeclaredListInput" : false,
+ "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",
+ "isDeclaredListInput" : false,
+ "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",
+ "isDeclaredListInput" : false,
+ "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,
+ "isDeclaredListInput" : 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",
+ "isDeclaredListInput" : false,
+ "schemaType" : "string",
+ "schemaProperty" : {
+ "type" : "string",
+ "required" : false,
+ "definition" : true,
+ "description" : "<vfc_id>:<count>",
+ "password" : false,
+ "hidden" : false,
+ "immutable" : false,
+ "isDeclaredListInput" : 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",
+ "isDeclaredListInput" : false,
+ "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",
+ "isDeclaredListInput" : false,
+ "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" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.base_vfw_group",
+ "name" : "base_vfw_group",
+ "version" : "1",
+ "type" : "org.openecomp.groups.heat.HeatStack",
+ "invariantName" : "base_vfw_group",
+ "invariantUUID" : "ae3a471d-ec80-4ec3-96cf-c87bfa808254",
+ "groupUUID" : "65632c00-3cc3-46e3-998a-6a1aa3a6998f",
+ "members" : {
+ "abstract_vsn" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.88f08512-f82c-48f3-bca2-891c4d812671.abstract_vsn",
+ "abstract_vfw" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.329476c3-19d7-4c93-8aca-9115d5398f61.abstract_vfw",
+ "abstract_vpg" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.7c8e7689-42d3-4d73-bf11-9e864ed3d263.abstract_vpg"
+ },
+ "createdFrom" : "CSAR",
+ "userDefined" : false,
+ "vspOriginated" : true,
+ "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" : [ ],
+ "isDeclaredListInput" : false,
+ "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 with HPA for ONAP",
+ "hidden" : false,
+ "immutable" : false,
+ "parentUniqueId" : "org.openecomp.groups.heat.HeatStack.1.0.grouptype.description",
+ "getInputValues" : [ ],
+ "isDeclaredListInput" : false,
+ "getInputProperty" : false,
+ "ownerId" : "org.openecomp.groups.heat.HeatStack.1.0.grouptype.description",
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.HpaVf0",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "hpa-vendor-1",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "0.1",
+ "uuid" : "76756a3e-ab7d-49df-9002-3d8008233a2b",
+ "archived" : false,
+ "creationDate" : 1569874080670,
+ "description" : "hpa-vf",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874090402,
+ "normalizedName" : "hpavf0",
+ "tags" : [ "CLI", "hpa-vf-0" ],
+ "systemName" : "HpaVf0",
+ "lifecycleState" : "NOT_CERTIFIED_CHECKOUT",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "allVersions" : {
+ "0.1" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57"
+ },
+ "invariantUUID" : "ddc48ee5-28ed-4fc4-98d6-bc0cdcc57a89",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : {
+ "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" : "protected_private_provider_net",
+ "type" : "string",
+ "description" : "provider net for private network that connects vFirewall with vSink",
+ "currentValue" : "PUT THE ONAP PROVIDER NET ID HERE",
+ "empty" : false
+ }, {
+ "name" : "unprotected_private_provider_net",
+ "type" : "string",
+ "description" : "provider net for private network that connects vPacketGenerator with vFirewall",
+ "currentValue" : "PUT THE ONAP PROVIDER NET ID HERE",
+ "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" : "30235",
+ "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.5.0-SNAPSHOT",
+ "empty" : false
+ }, {
+ "name" : "demo_artifacts_version",
+ "type" : "string",
+ "description" : "Artifacts (jar, tar.gz) version used in demo vnfs",
+ "currentValue" : "1.5.0-SNAPSHOT",
+ "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
+ } ],
+ "artifactLabel" : "heat1",
+ "artifactUUID" : "f9776039-7633-4a14-bfa6-b901ac084a5e",
+ "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" : "protected_private_provider_net",
+ "type" : "string",
+ "description" : "provider net for private network that connects vFirewall with vSink",
+ "currentValue" : "PUT THE ONAP PROVIDER NET ID HERE",
+ "empty" : false
+ }, {
+ "name" : "unprotected_private_provider_net",
+ "type" : "string",
+ "description" : "provider net for private network that connects vPacketGenerator with vFirewall",
+ "currentValue" : "PUT THE ONAP PROVIDER NET ID HERE",
+ "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" : "30235",
+ "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.5.0-SNAPSHOT",
+ "empty" : false
+ }, {
+ "name" : "demo_artifacts_version",
+ "type" : "string",
+ "description" : "Artifacts (jar, tar.gz) version used in demo vnfs",
+ "currentValue" : "1.5.0-SNAPSHOT",
+ "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",
+ "artifactChecksum" : "YzM0N2QzMTk3YmVhMzY4OTMzZDlkMTFmMmE0MjI2YWY=",
+ "mandatory" : false,
+ "serviceApi" : false,
+ "payloadUpdateDate" : 1569874091512,
+ "isFromCsar" : true,
+ "artifactDisplayName" : "base_vfw",
+ "creationDate" : 1569874091461,
+ "description" : "created from csar",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.heat1",
+ "timeout" : 60,
+ "updaterFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874091461,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "HEAT",
+ "artifactName" : "base_vfw.yaml",
+ "requiredArtifacts" : [ ],
+ "generated" : false,
+ "esId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.heat1",
+ "duplicated" : false,
+ "artifactCreator" : "cs0008",
+ "empty" : false
+ },
+ "vflicense" : {
+ "artifactLabel" : "vflicense",
+ "artifactUUID" : "d74bc6ed-0a0e-419c-bf14-49997ce15f6c",
+ "artifactVersion" : "1",
+ "artifactGroupType" : "DEPLOYMENT",
+ "artifactChecksum" : "NjBjNDcyZjE4N2QxMjM1NTk0NmE5MjRiOWRiODBkZGM=",
+ "mandatory" : false,
+ "serviceApi" : false,
+ "payloadUpdateDate" : 1569874091221,
+ "isFromCsar" : true,
+ "artifactDisplayName" : "VF License",
+ "creationDate" : 1569874091218,
+ "description" : "VF license file",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vflicense",
+ "timeout" : 0,
+ "updaterFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874091218,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "VF_LICENSE",
+ "artifactName" : "vf-license-model.xml",
+ "requiredArtifacts" : [ ],
+ "generated" : false,
+ "esId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vflicense",
+ "duplicated" : false,
+ "artifactCreator" : "cs0008",
+ "empty" : false
+ },
+ "vendorlicense" : {
+ "artifactLabel" : "vendorlicense",
+ "artifactUUID" : "7833f1eb-d4c9-4999-b211-61f9360f1914",
+ "artifactVersion" : "1",
+ "artifactGroupType" : "DEPLOYMENT",
+ "artifactChecksum" : "YTgxZDE5NWZhYmZiZjRmZWZmZTEzMzA2MTM1YmZjNDc=",
+ "mandatory" : false,
+ "serviceApi" : false,
+ "payloadUpdateDate" : 1569874090947,
+ "isFromCsar" : true,
+ "artifactDisplayName" : "Vendor License",
+ "creationDate" : 1569874090945,
+ "description" : " Vendor license file",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vendorlicense",
+ "timeout" : 0,
+ "updaterFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874090945,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "VENDOR_LICENSE",
+ "artifactName" : "vendor-license-model.xml",
+ "requiredArtifacts" : [ ],
+ "generated" : false,
+ "esId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vendorlicense",
+ "duplicated" : false,
+ "artifactCreator" : "cs0008",
+ "empty" : false
+ },
+ "cdsblueprint" : {
+ "artifactLabel" : "cdsblueprint",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "DEPLOYMENT",
+ "mandatory" : true,
+ "serviceApi" : false,
+ "isFromCsar" : false,
+ "artifactDisplayName" : "CDS Blueprint",
+ "creationDate" : 1569874080670,
+ "description" : "CDS deployment artifact",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.cdsblueprint",
+ "timeout" : 60,
+ "userIdCreator" : "cs0008",
+ "updaterFullName" : "Carlos Santana",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874080670,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "CONTROLLER_BLUEPRINT_ARCHIVE",
+ "generated" : false,
+ "duplicated" : false,
+ "empty" : false
+ },
+ "heat1env" : {
+ "artifactLabel" : "heat1env",
+ "artifactVersion" : "0",
+ "artifactGroupType" : "DEPLOYMENT",
+ "heatParamsUpdateDate" : 1569874091514,
+ "generatedFromId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.heat1",
+ "mandatory" : true,
+ "serviceApi" : false,
+ "isFromCsar" : false,
+ "artifactDisplayName" : "VF HEAT ENV",
+ "creationDate" : 1569874091514,
+ "description" : "VF Auto-generated HEAT Environment deployment artifact",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.heat1env",
+ "timeout" : 0,
+ "userIdCreator" : "cs0008",
+ "updaterFullName" : "Carlos Santana",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874091514,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "HEAT_ENV",
+ "artifactName" : "base_vfw.env",
+ "generated" : false,
+ "duplicated" : false,
+ "empty" : false
+ },
+ "vsphpavspvfw0informationtxt" : {
+ "artifactLabel" : "vsphpavspvfw0informationtxt",
+ "artifactUUID" : "bfc809fb-8f47-46eb-bfb5-d2304dcd9416",
+ "artifactVersion" : "1",
+ "artifactGroupType" : "INFORMATIONAL",
+ "artifactChecksum" : "N2VmMWU3ZDljNTQ4NTVkMWM1NDZhOTkxZjFjNDcwMGE=",
+ "mandatory" : false,
+ "serviceApi" : false,
+ "payloadUpdateDate" : 1569874091305,
+ "isFromCsar" : true,
+ "artifactDisplayName" : "VSP_hpa-vsp-vfw-0_Information",
+ "creationDate" : 1569874091304,
+ "description" : "Artifact created from csar",
+ "uniqueId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsphpavspvfw0informationtxt",
+ "timeout" : 0,
+ "updaterFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874091304,
+ "userIdLastUpdater" : "cs0008",
+ "artifactType" : "GUIDE",
+ "artifactName" : "VSP_hpa-vsp-vfw-0_Information.txt",
+ "requiredArtifacts" : [ ],
+ "generated" : false,
+ "esId" : "2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsphpavspvfw0informationtxt",
+ "duplicated" : false,
+ "artifactCreator" : "cs0008",
+ "empty" : false
+ }
+ },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "b6c23299280842eca622e9f1a4166d4f",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "hpa-vf-0"
+ }
+ }
+} ] \ No newline at end of file
diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-elalto-sample.yaml b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-elalto-sample.yaml
new file mode 100644
index 00000000..6a6e6b1f
--- /dev/null
+++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-create-schema-elalto-sample.yaml
@@ -0,0 +1,85 @@
+open_cli_sample_version: 1.0
+name: vf-model-create
+version: onap-elalto
+samples:
+ sample1:
+ name: vf-model-create
+ input: -y hpa-vf -g 1.0 -x hpa-vf-0 -z hpa-vendor-1 -b b6c23299280842eca622e9f1a4166d4f -u cs0008 -p demo123456! -m https://10.12.5.110:30204
+ moco: vf-model-create-schema-elalto-moco.json
+ output: |
+ +----------+----------------------------------------------------+
+ |property |value |
+ +----------+----------------------------------------------------+
+ |id |2b8ea1f3-6e16-4f05-87b3-a14c8e564e57 |
+ +----------+----------------------------------------------------+
+ |uuid |76756a3e-ab7d-49df-9002-3d8008233a2b |
+ +----------+----------------------------------------------------+
+ |inputs |[2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.public_net_i |
+ | |d, |
+ | |2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.sec_group, |
+ | |bda5008a-ae19-4035-aca5-4e161580a0b1.nf_type, |
+ | |2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_name_0, 2 |
+ | |b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_private_n |
+ | |et_cidr, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.nexu |
+ | |s_artifact_repo, 2b8ea1f3-6e16-4f05-87b3-a14c8e564 |
+ | |e57.dcae_collector_ip, 2b8ea1f3-6e16-4f05-87b3-a14 |
+ | |c8e564e57.vsn_private_1_port_vnic_type, 2b8ea1f3-6 |
+ | |e16-4f05-87b3-a14c8e564e57.vfw_private_2_port_vnic |
+ | |_type, |
+ | |2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_name_0, |
+ | |bda5008a-ae19-4035-aca5-4e161580a0b1.nf_naming, bd |
+ | |a5008a-ae19-4035-aca5-4e161580a0b1.multi_stage_des |
+ | |ign, |
+ | |2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_name_0, b |
+ | |da5008a-ae19-4035-aca5-4e161580a0b1.nf_naming_code |
+ | |, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_privat |
+ | |e_net_id, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.unp |
+ | |rotected_private_net_id, 2b8ea1f3-6e16-4f05-87b3-a |
+ | |14c8e564e57.vpg_private_0_port_vnic_type, 2b8ea1f3 |
+ | |-6e16-4f05-87b3-a14c8e564e57.protected_private_pro |
+ | |vider_net, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vs |
+ | |n_private_0_port_vnic_type, bda5008a-ae19-4035-aca |
+ | |5-4e161580a0b1.sdnc_artifact_name, 2b8ea1f3-6e16-4 |
+ | |f05-87b3-a14c8e564e57.demo_artifacts_version, bda5 |
+ | |008a-ae19-4035-aca5-4e161580a0b1.max_instances, |
+ | |2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.key_name, bda |
+ | |5008a-ae19-4035-aca5-4e161580a0b1.sdnc_model_versi |
+ | |on, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.install_s |
+ | |cript_version, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e5 |
+ | |7.vfw_image_name, bda5008a-ae19-4035-aca5-4e161580 |
+ | |a0b1.min_instances, 2b8ea1f3-6e16-4f05-87b3-a14c8e |
+ | |564e57.unprotected_private_provider_net, 2b8ea1f3- |
+ | |6e16-4f05-87b3-a14c8e564e57.sink_flavor_name, 2b8e |
+ | |a1f3-6e16-4f05-87b3-a14c8e564e57.vf_module_id, bda |
+ | |5008a-ae19-4035-aca5-4e161580a0b1.skip_post_instan |
+ | |tiation_configuration, 2b8ea1f3-6e16-4f05-87b3-a14 |
+ | |c8e564e57.packetgen_flavor_name, |
+ | |bda5008a-ae19-4035-aca5-4e161580a0b1.nf_function, |
+ | |2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vfw_private_i |
+ | |p_1, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.onap_pri |
+ | |vate_subnet_id, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e |
+ | |57.vfw_private_ip_0, 2b8ea1f3-6e16-4f05-87b3-a14c8 |
+ | |e564e57.vfw_private_ip_2, 2b8ea1f3-6e16-4f05-87b3- |
+ | |a14c8e564e57.vpg_private_1_port_vnic_type, 2b8ea1f |
+ | |3-6e16-4f05-87b3-a14c8e564e57.vfw_private_1_port_v |
+ | |nic_type, |
+ | |2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vnf_id, 2b8ea |
+ | |1f3-6e16-4f05-87b3-a14c8e564e57.dcae_collector_por |
+ | |t, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vpg_privat |
+ | |e_ip_1, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.vsn_p |
+ | |rivate_ip_0, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57. |
+ | |protected_private_net_cidr, 2b8ea1f3-6e16-4f05-87b |
+ | |3-a14c8e564e57.vpg_private_ip_0, 2b8ea1f3-6e16-4f0 |
+ | |5-87b3-a14c8e564e57.vsn_private_ip_1, 2b8ea1f3-6e1 |
+ | |6-4f05-87b3-a14c8e564e57.unprotected_private_net_c |
+ | |idr, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.firewall |
+ | |_flavor_name, 2b8ea1f3-6e16-4f05-87b3-a14c8e564e57 |
+ | |.vfw_private_0_port_vnic_type, bda5008a-ae19-4035- |
+ | |aca5-4e161580a0b1.availability_zone_max_count, |
+ | |2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.pub_key, |
+ | |bda5008a-ae19-4035-aca5-4e161580a0b1.nf_role, 2b8e |
+ | |a1f3-6e16-4f05-87b3-a14c8e564e57.protected_private |
+ | |_net_id, bda5008a-ae19-4035-aca5-4e161580a0b1.sdnc |
+ | |_model_name, |
+ | |2b8ea1f3-6e16-4f05-87b3-a14c8e564e57.cloud_env] |
+ +----------+----------------------------------------------------+
diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-elalto-moco.json b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-elalto-moco.json
new file mode 100644
index 00000000..8a1a1eee
--- /dev/null
+++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-elalto-moco.json
@@ -0,0 +1,1258 @@
+[ {
+ "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-b7ff27eb-54fd-49ac-a30a-e90691f87b8d",
+ "Content-Type" : "application/json"
+ },
+ "json" : null
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "resources" : [ {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VcpeVbng2474419253e2",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "89fcd4ec-d432-4033-8ccb",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "8fa1e0e2-d3ef-4170-8d56-ed0f75e9541f",
+ "archived" : false,
+ "creationDate" : 1569539728938,
+ "description" : "vendor software product",
+ "uniqueId" : "f95f13d2-9044-450c-81cd-e6e4d8fa2564",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569539742178,
+ "normalizedName" : "vcpevbng2474419253e2",
+ "tags" : [ "vCPE_vbng 24744192-53e2" ],
+ "systemName" : "VcpeVbng2474419253e2",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "864cda1f-1512-4663-9afa-fb4886c3c006",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "ffc6c32458814726baaf4862bf50df68",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "vCPE_vbng 24744192-53e2"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.HpaVf",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "hpa-vendor-1",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "db28f32d-9e42-438e-ab4b-3811adb544e2",
+ "archived" : false,
+ "creationDate" : 1569868427817,
+ "description" : "hpa-vf",
+ "uniqueId" : "b0f665f5-59bc-4fe6-97a3-f331524d35fc",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569868460821,
+ "normalizedName" : "hpavf",
+ "tags" : [ "CLI", "hpa-vf" ],
+ "systemName" : "HpaVf",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "c9e0592e-5029-40b1-9dde-cb7329bb5c4c",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "a91b70f065274572b4cbf484337589ce",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "hpa-vf"
+ }, {
+ "artifacts" : { },
+ "deploymentArtifacts" : { },
+ "toscaArtifacts" : { },
+ "categories" : [ {
+ "name" : "Network L2-3",
+ "normalizedName" : "network l2-3",
+ "uniqueId" : "resourceNewCategory.network l2-3",
+ "subcategories" : [ {
+ "name" : "Infrastructure",
+ "normalizedName" : "infrastructure",
+ "uniqueId" : "resourceNewCategory.network l2-3.infrastructure",
+ "icons" : [ "ucpe" ],
+ "empty" : false
+ } ],
+ "empty" : false
+ } ],
+ "componentInstancesRelations" : [ ],
+ "capabilities" : { },
+ "derivedFromGenericType" : "org.openecomp.resource.abstract.nodes.VF",
+ "derivedFromGenericVersion" : "1.0",
+ "toscaType" : "topology_template",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.Vfwk8s",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "4f64997b-a9f1-44cd-8f1b",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "91913b4e-aab3-4500-b859-752ddd88167c",
+ "archived" : false,
+ "creationDate" : 1569541320283,
+ "description" : "vfwk8s vsp",
+ "uniqueId" : "f5ba2821-4e72-4e56-b9d8-1fbbdcdca4f1",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569541348726,
+ "normalizedName" : "vfwk8s",
+ "tags" : [ "vfwk8s" ],
+ "systemName" : "Vfwk8s",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "978e940a-6d85-4ad2-89b1-52212c83854e",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "cde72358a0ce45fa931580f7871dbf3b",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "vfwk8s"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VcpeVbrgemu517156a6Ee83",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "adae68d4-e3cd-4b12-bce3",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "3b2df015-93f4-4e6f-a1b3-af05bc9d7998",
+ "archived" : false,
+ "creationDate" : 1569540072817,
+ "description" : "vendor software product",
+ "uniqueId" : "0da584ce-b39d-4dfc-8c54-414540114206",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569540090383,
+ "normalizedName" : "vcpevbrgemu517156a6ee83",
+ "tags" : [ "vCPE_vbrgemu 517156a6-ee83" ],
+ "systemName" : "VcpeVbrgemu517156a6Ee83",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "c31cd712-0403-466e-84fb-ff8207e56244",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "5bc9983f0dfe45c682c741c1bc14f804",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "vCPE_vbrgemu 517156a6-ee83"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VcpeVgmux46d64a01Fde7",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "ae64828a-14aa-4ad9-b315",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "9c98b38f-e439-49cc-80a7-bc44e5ff8ff8",
+ "archived" : false,
+ "creationDate" : 1569540367584,
+ "description" : "vendor software product",
+ "uniqueId" : "e239011c-d563-44ec-873a-751ec8c9f17b",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569540381565,
+ "normalizedName" : "vcpevgmux46d64a01fde7",
+ "tags" : [ "vCPE_vgmux 46d64a01-fde7" ],
+ "systemName" : "VcpeVgmux46d64a01Fde7",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "8d64c5d8-6aaa-4057-97b5-9be51ad3de32",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "dd4cb3cef7f8460a897a6cfc88eb743c",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "vCPE_vgmux 46d64a01-fde7"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VcpeInfraE9ebd16eC709",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "4f64997b-a9f1-44cd-8f1b",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "c04355fc-c5b4-422b-9804-a32107eae993",
+ "archived" : false,
+ "creationDate" : 1569539252474,
+ "description" : "vendor software product",
+ "uniqueId" : "249790f7-dced-4c2e-b30d-f7af6bc3d98c",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569539274112,
+ "normalizedName" : "vcpeinfrae9ebd16ec709",
+ "tags" : [ "vCPE_infra e9ebd16e-c709" ],
+ "systemName" : "VcpeInfraE9ebd16eC709",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "c01add0c-e605-4585-bf27-820bb082cfed",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "9941ed6239594decb781a332067e4ced",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "vCPE_infra e9ebd16e-c709"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.HpaVf0",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "hpa-vendor-1",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "76756a3e-ab7d-49df-9002-3d8008233a2b",
+ "archived" : false,
+ "creationDate" : 1569874080670,
+ "description" : "hpa-vf",
+ "uniqueId" : "f2a9f1e6-1635-442d-89ef-42370b0e69ac",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569874111102,
+ "normalizedName" : "hpavf0",
+ "tags" : [ "CLI", "hpa-vf-0" ],
+ "systemName" : "HpaVf0",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "ddc48ee5-28ed-4fc4-98d6-bc0cdcc57a89",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "b6c23299280842eca622e9f1a4166d4f",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "hpa-vf-0"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VcpeVgw917bbe40E3c8",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "8d3a7462-01d7-499d-9046",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "0a14abe9-7e4e-4dfc-b994-d45d13c2481d",
+ "archived" : false,
+ "creationDate" : 1569540678980,
+ "description" : "vendor software product",
+ "uniqueId" : "19a66fbe-9ca8-43fb-97a1-32d2e32c4c27",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569540691535,
+ "normalizedName" : "vcpevgw917bbe40e3c8",
+ "tags" : [ "vCPE_vgw 917bbe40-e3c8" ],
+ "systemName" : "VcpeVgw917bbe40E3c8",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "116958f8-9fc8-4e43-894c-196e9056a451",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "638713fcc1c046a5979a6829008a7cd7",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "vCPE_vgw 917bbe40-e3c8"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VfwclVfwsnk187e0f24706d",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "c3b14323-c7af-4468-8391",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "92d57b04-b42f-4ed7-ac67-e48eae05346d",
+ "archived" : false,
+ "creationDate" : 1569538411450,
+ "description" : "vendor software product",
+ "uniqueId" : "d0e2a7a4-a5c4-4e4a-aba9-994b9a10257e",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569538432878,
+ "normalizedName" : "vfwclvfwsnk187e0f24706d",
+ "tags" : [ "vFWCL_vFWSNK 187e0f24-706d" ],
+ "systemName" : "VfwclVfwsnk187e0f24706d",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "7284279d-b842-4ec2-a26b-f758c03971cf",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "d6f025a1f01d4dd4ab5152905aeef01a",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "vFWCL_vFWSNK 187e0f24-706d"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.Vlbms0c26ff72Ef5c",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "533c7d38-d73c-455e-b0d0",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "80f63351-cd08-414c-bb4f-370cd9c2f9fd",
+ "archived" : false,
+ "creationDate" : 1569539009290,
+ "description" : "vendor software product",
+ "uniqueId" : "8b2a02cf-1bda-4744-a30b-51ff90c57546",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569539032499,
+ "normalizedName" : "vlbms0c26ff72ef5c",
+ "tags" : [ "vLBMS 0c26ff72-ef5c" ],
+ "systemName" : "Vlbms0c26ff72Ef5c",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "b98401fa-8607-496c-8e8d-304e52afab73",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "58c2d4a3c1bd41e190b2dc9f51081c51",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "vLBMS 0c26ff72-ef5c"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VlbCds63634595E9b2",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "dcc3444f-805b-4315-b002",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "5bf916ed-504a-4e4f-a09e-ae38f32a5695",
+ "archived" : false,
+ "creationDate" : 1569539140265,
+ "description" : "vendor software product",
+ "uniqueId" : "efa75766-f1d5-49fd-b4f5-e49b4e50958c",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569539162108,
+ "normalizedName" : "vlbcds63634595e9b2",
+ "tags" : [ "vLB_CDS 63634595-e9b2" ],
+ "systemName" : "VlbCds63634595E9b2",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "22ae110e-3511-4f25-9465-5d999ec972c0",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "42dace4505414ce0acd78ef39993a2c1",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "vLB_CDS 63634595-e9b2"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "toscaResourceName" : "org.openecomp.resource.vf.VfwclVpkgCaef5c8605f9",
+ "resourceType" : "VF",
+ "abstract" : false,
+ "vendorName" : "71302b8b-1521-4157-be3c",
+ "vendorRelease" : "1.0",
+ "resourceVendorModelNumber" : "",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "fdbb2d75-14b7-41bd-a093-cd5a9c705a2c",
+ "archived" : false,
+ "creationDate" : 1569538479184,
+ "description" : "vendor software product",
+ "uniqueId" : "244d7bf3-7103-441e-8358-16687f2fb84e",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569538489684,
+ "normalizedName" : "vfwclvpkgcaef5c8605f9",
+ "tags" : [ "vFWCL_vPKG caef5c86-05f9" ],
+ "systemName" : "VfwclVpkgCaef5c8605f9",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "cs0008",
+ "componentType" : "RESOURCE",
+ "invariantUUID" : "3e38a9f6-f95f-43c9-bfc6-544d7e16cf03",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "VF",
+ "topologyTemplate" : true,
+ "csarUUID" : "741ac073a5ff42cab0326dd44befadce",
+ "csarVersion" : "1.0",
+ "archiveTime" : 0,
+ "name" : "vFWCL_vPKG caef5c86-05f9"
+ } ],
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "environmentContext" : "General_Revenue-Bearing",
+ "projectCode" : "123456",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "e18ad210-b11c-4d70-9b0d-c639f84433dc",
+ "archived" : false,
+ "creationDate" : 1569541389267,
+ "description" : "vfwk8s service",
+ "uniqueId" : "e3fa7043-74b1-48be-bb5e-a394fae0f1a6",
+ "creatorFullName" : "Joni Mitchell",
+ "lastUpdateDate" : 1569605365880,
+ "normalizedName" : "vfwk8s",
+ "tags" : [ "vfwk8s" ],
+ "systemName" : "Vfwk8s",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "jm0007",
+ "componentType" : "SERVICE",
+ "invariantUUID" : "04501243-35d6-4b64-8141-27dd5ba89486",
+ "lastUpdaterUserId" : "jm0007",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "conformanceLevel" : "9.0",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "archiveTime" : 0,
+ "name" : "vfwk8s"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "environmentContext" : "General_Revenue-Bearing",
+ "projectCode" : "123456",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "18b5ef84-d6e4-4204-9a26-3efb5b423f32",
+ "archived" : false,
+ "creationDate" : 1569538345894,
+ "description" : "catalog service description",
+ "uniqueId" : "5a664f0f-0881-4fde-9104-c3a2abd5494b",
+ "creatorFullName" : "Joni Mitchell",
+ "lastUpdateDate" : 1569538565306,
+ "normalizedName" : "demovfwcl",
+ "tags" : [ "robot-ete", "demoVFWCL" ],
+ "systemName" : "Demovfwcl",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "jm0007",
+ "componentType" : "SERVICE",
+ "invariantUUID" : "408c8251-a44d-4830-af3c-3417b196e8e3",
+ "lastUpdaterUserId" : "jm0007",
+ "icon" : "network_l_1-3",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "conformanceLevel" : "9.0",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "environmentContext" : "General_Revenue-Bearing",
+ "projectCode" : "123456",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "8f814f72-8a99-485c-b5bf-30167c553817",
+ "archived" : false,
+ "creationDate" : 1569539686054,
+ "description" : "catalog service description",
+ "uniqueId" : "ef016781-261a-4e7b-a980-5a7a87bb8ce8",
+ "creatorFullName" : "Joni Mitchell",
+ "lastUpdateDate" : 1569539805525,
+ "normalizedName" : "demovcpevbng",
+ "tags" : [ "robot-ete", "demoVCPEvBNG" ],
+ "systemName" : "Demovcpevbng",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "jm0007",
+ "componentType" : "SERVICE",
+ "invariantUUID" : "c6fc0a65-b336-4e65-874c-f4a5de98b3ec",
+ "lastUpdaterUserId" : "jm0007",
+ "icon" : "network_l_1-3",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "conformanceLevel" : "9.0",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "environmentContext" : "General_Revenue-Bearing",
+ "projectCode" : "123456",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "79729fd9-f174-4f9c-a7d1-97aa6b55e56f",
+ "archived" : false,
+ "creationDate" : 1569540327969,
+ "description" : "catalog service description",
+ "uniqueId" : "55df7ac9-cbb3-4f02-a140-5ecc2e82776a",
+ "creatorFullName" : "Joni Mitchell",
+ "lastUpdateDate" : 1569540439355,
+ "normalizedName" : "demovcpevgmux",
+ "tags" : [ "robot-ete", "demoVCPEvGMUX" ],
+ "systemName" : "Demovcpevgmux",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "jm0007",
+ "componentType" : "SERVICE",
+ "invariantUUID" : "d5b3cd43-0233-4648-9707-c42eea5bde4c",
+ "lastUpdaterUserId" : "jm0007",
+ "icon" : "network_l_1-3",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "conformanceLevel" : "9.0",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "environmentContext" : "General_Revenue-Bearing",
+ "projectCode" : "123456",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "3792f259-e8a7-4b8f-bd71-c49be4d6dbc6",
+ "archived" : false,
+ "creationDate" : 1569540644115,
+ "description" : "catalog service description",
+ "uniqueId" : "49608238-4760-4289-8c3e-821cb0d38b5f",
+ "creatorFullName" : "Joni Mitchell",
+ "lastUpdateDate" : 1569540730685,
+ "normalizedName" : "demovcpevgw",
+ "tags" : [ "robot-ete", "demoVCPEvGW" ],
+ "systemName" : "Demovcpevgw",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "jm0007",
+ "componentType" : "SERVICE",
+ "invariantUUID" : "156ff177-8777-48fb-b4fa-d739a02128c7",
+ "lastUpdaterUserId" : "jm0007",
+ "icon" : "network_l_1-3",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "conformanceLevel" : "9.0",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "archiveTime" : 0,
+ "name" : "demoVCPEvGW"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "environmentContext" : "General_Revenue-Bearing",
+ "projectCode" : "123456",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "ec010d61-93db-440a-801d-9728f7d9e5d9",
+ "archived" : false,
+ "creationDate" : 1569539197909,
+ "description" : "catalog service description",
+ "uniqueId" : "d40c4a71-cf4c-4de2-a791-b875734d456e",
+ "creatorFullName" : "Joni Mitchell",
+ "lastUpdateDate" : 1569539379278,
+ "normalizedName" : "demovcpeinfra",
+ "tags" : [ "robot-ete", "demoVCPEInfra" ],
+ "systemName" : "Demovcpeinfra",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "jm0007",
+ "componentType" : "SERVICE",
+ "invariantUUID" : "53aec436-eff0-4bdc-9713-a0df0f91c74a",
+ "lastUpdaterUserId" : "jm0007",
+ "icon" : "network_l_1-3",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "conformanceLevel" : "9.0",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTED",
+ "environmentContext" : "General_Revenue-Bearing",
+ "projectCode" : "123456",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "1.0",
+ "uuid" : "f018be84-d706-4934-b6a6-cd5016a9b7aa",
+ "archived" : false,
+ "creationDate" : 1569540031458,
+ "description" : "catalog service description",
+ "uniqueId" : "3ed0f338-a2c5-4633-b30c-dfbcf2a72063",
+ "creatorFullName" : "Joni Mitchell",
+ "lastUpdateDate" : 1569540131221,
+ "normalizedName" : "demovcpevbrgemu",
+ "tags" : [ "robot-ete", "demoVCPEvBRGEMU" ],
+ "systemName" : "Demovcpevbrgemu",
+ "lifecycleState" : "CERTIFIED",
+ "creatorUserId" : "jm0007",
+ "componentType" : "SERVICE",
+ "invariantUUID" : "3b223748-6801-40ef-84d2-8aa8c91b83ac",
+ "lastUpdaterUserId" : "jm0007",
+ "icon" : "network_l_1-3",
+ "lastUpdaterFullName" : "Joni Mitchell",
+ "conformanceLevel" : "9.0",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "archiveTime" : 0,
+ "name" : "demoVCPEvBRGEMU"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTION_NOT_APPROVED",
+ "environmentContext" : "General_Revenue-Bearing",
+ "projectCode" : "000000",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "0.1",
+ "uuid" : "2ff60ba3-6af9-40fa-a7cd-d61cb609f513",
+ "archived" : false,
+ "creationDate" : 1569873782732,
+ "description" : "hpa service model",
+ "uniqueId" : "ed04a862-6747-40e1-ae1e-57fbc02b8f0b",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569873782732,
+ "normalizedName" : "vfwhpa",
+ "tags" : [ "vfw-hpa" ],
+ "systemName" : "VfwHpa",
+ "lifecycleState" : "NOT_CERTIFIED_CHECKOUT",
+ "creatorUserId" : "cs0008",
+ "componentType" : "SERVICE",
+ "invariantUUID" : "5ed3ab81-ce78-4e77-96b7-9d5d806d1678",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "defaulticon",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "conformanceLevel" : "9.0",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "archiveTime" : 0,
+ "name" : "vfw-hpa"
+ }, {
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTION_NOT_APPROVED",
+ "environmentContext" : "General_Revenue-Bearing",
+ "projectCode" : "123456",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "0.1",
+ "uuid" : "5ce992df-2a87-4073-8c17-f42e5f2f7cfc",
+ "archived" : false,
+ "creationDate" : 1569538948989,
+ "description" : "catalog service description",
+ "uniqueId" : "9f80a961-4519-40a2-91cc-953621812caf",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569538948989,
+ "normalizedName" : "demovlb",
+ "tags" : [ "robot-ete", "demoVLB" ],
+ "systemName" : "Demovlb",
+ "lifecycleState" : "NOT_CERTIFIED_CHECKOUT",
+ "creatorUserId" : "cs0008",
+ "componentType" : "SERVICE",
+ "invariantUUID" : "1a22ef97-adf0-4d89-af18-c07f2cd82656",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "network_l_1-3",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "conformanceLevel" : "9.0",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "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",
+ "nodeFilterComponents" : { },
+ "interfaces" : { },
+ "serviceApiArtifacts" : { },
+ "forwardingPaths" : { },
+ "distributionStatus" : "DISTRIBUTION_NOT_APPROVED",
+ "environmentContext" : "General_Revenue-Bearing",
+ "projectCode" : "123456",
+ "serviceType" : "",
+ "serviceRole" : "",
+ "ecompGeneratedNaming" : true,
+ "namingPolicy" : "",
+ "instantiationType" : "A-la-carte",
+ "vspArchived" : false,
+ "highestVersion" : true,
+ "version" : "0.1",
+ "uuid" : "efa4340f-390f-452b-a6e8-b9060ee3950b",
+ "archived" : false,
+ "creationDate" : 1569539074954,
+ "description" : "catalog service description",
+ "uniqueId" : "84a27a78-ab4f-4b78-a246-8d6dc3db3de7",
+ "creatorFullName" : "Carlos Santana",
+ "lastUpdateDate" : 1569539074954,
+ "normalizedName" : "demovlbcds",
+ "tags" : [ "robot-ete", "demoVLB_CDS" ],
+ "systemName" : "DemovlbCds",
+ "lifecycleState" : "NOT_CERTIFIED_CHECKOUT",
+ "creatorUserId" : "cs0008",
+ "componentType" : "SERVICE",
+ "invariantUUID" : "f793b2ae-5621-40e1-b0f2-144d5d82dda6",
+ "lastUpdaterUserId" : "cs0008",
+ "icon" : "network_l_1-3",
+ "lastUpdaterFullName" : "Carlos Santana",
+ "conformanceLevel" : "9.0",
+ "contactId" : "cs0008",
+ "allArtifacts" : { },
+ "actualComponentType" : "Service",
+ "topologyTemplate" : true,
+ "archiveTime" : 0,
+ "name" : "demoVLB_CDS"
+ } ]
+ }
+ }
+} ] \ No newline at end of file
diff --git a/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-elalto-sample.yaml b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-elalto-sample.yaml
new file mode 100644
index 00000000..def94f59
--- /dev/null
+++ b/products/onap-elalto/features/sdc/src/main/resources/open-cli-sample/vf/vf-model-list-schema-elalto-sample.yaml
@@ -0,0 +1,36 @@
+open_cli_sample_version: 1.0
+name: vf-model-list
+version: onap-elalto
+samples:
+ sample1:
+ name: vf-model-list
+ input: -m https://10.12.5.110:30204 -u cs0008 -p demo123456!
+ moco: vf-model-list-schema-elalto-moco.json
+ output: |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |uuid |id |invariant-uuid |name |version |status |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |8fa1e0e2-d3ef-4170-8d56-ed0f75e9541f |f95f13d2-9044-450c-81cd-e6e4d8fa2564 |864cda1f-1512-4663-9afa-fb4886c3c006 |vCPE_vbng 24744192-53e2 |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |db28f32d-9e42-438e-ab4b-3811adb544e2 |b0f665f5-59bc-4fe6-97a3-f331524d35fc |c9e0592e-5029-40b1-9dde-cb7329bb5c4c |hpa-vf |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |91913b4e-aab3-4500-b859-752ddd88167c |f5ba2821-4e72-4e56-b9d8-1fbbdcdca4f1 |978e940a-6d85-4ad2-89b1-52212c83854e |vfwk8s |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |3b2df015-93f4-4e6f-a1b3-af05bc9d7998 |0da584ce-b39d-4dfc-8c54-414540114206 |c31cd712-0403-466e-84fb-ff8207e56244 |vCPE_vbrgemu 517156a6-ee83 |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |9c98b38f-e439-49cc-80a7-bc44e5ff8ff8 |e239011c-d563-44ec-873a-751ec8c9f17b |8d64c5d8-6aaa-4057-97b5-9be51ad3de32 |vCPE_vgmux 46d64a01-fde7 |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |c04355fc-c5b4-422b-9804-a32107eae993 |249790f7-dced-4c2e-b30d-f7af6bc3d98c |c01add0c-e605-4585-bf27-820bb082cfed |vCPE_infra e9ebd16e-c709 |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |76756a3e-ab7d-49df-9002-3d8008233a2b |f2a9f1e6-1635-442d-89ef-42370b0e69ac |ddc48ee5-28ed-4fc4-98d6-bc0cdcc57a89 |hpa-vf-0 |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |0a14abe9-7e4e-4dfc-b994-d45d13c2481d |19a66fbe-9ca8-43fb-97a1-32d2e32c4c27 |116958f8-9fc8-4e43-894c-196e9056a451 |vCPE_vgw 917bbe40-e3c8 |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |92d57b04-b42f-4ed7-ac67-e48eae05346d |d0e2a7a4-a5c4-4e4a-aba9-994b9a10257e |7284279d-b842-4ec2-a26b-f758c03971cf |vFWCL_vFWSNK 187e0f24-706d |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |80f63351-cd08-414c-bb4f-370cd9c2f9fd |8b2a02cf-1bda-4744-a30b-51ff90c57546 |b98401fa-8607-496c-8e8d-304e52afab73 |vLBMS 0c26ff72-ef5c |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |5bf916ed-504a-4e4f-a09e-ae38f32a5695 |efa75766-f1d5-49fd-b4f5-e49b4e50958c |22ae110e-3511-4f25-9465-5d999ec972c0 |vLB_CDS 63634595-e9b2 |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+
+ |fdbb2d75-14b7-41bd-a093-cd5a9c705a2c |244d7bf3-7103-441e-8358-16687f2fb84e |3e38a9f6-f95f-43c9-bfc6-544d7e16cf03 |vFWCL_vPKG caef5c86-05f9 |1.0 |CERTIFIED |
+ +--------------------------------------+--------------------------------------+--------------------------------------+----------------------------+----------+------------+