summaryrefslogtreecommitdiffstats
path: root/models-provider/src/main/resources/dummyimpl/DummyToscaPolicyGetResponse.json
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-03-15 13:45:21 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-15 13:45:21 +0000
commitd7cb7d23b95b0a1d7aef52b6ba0832caa1a9fd73 (patch)
treeecc173458142459986a0008c24c120beac2f7a21 /models-provider/src/main/resources/dummyimpl/DummyToscaPolicyGetResponse.json
parent886df68bad719ab7ab3672e58ee153f4f6af92c2 (diff)
parent8fdf84c7f2bd03332e69d13e35414020053c2977 (diff)
Merge "Add serialization for Tosca Model"
Diffstat (limited to 'models-provider/src/main/resources/dummyimpl/DummyToscaPolicyGetResponse.json')
-rw-r--r--models-provider/src/main/resources/dummyimpl/DummyToscaPolicyGetResponse.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/models-provider/src/main/resources/dummyimpl/DummyToscaPolicyGetResponse.json b/models-provider/src/main/resources/dummyimpl/DummyToscaPolicyGetResponse.json
new file mode 100644
index 000000000..27de380c2
--- /dev/null
+++ b/models-provider/src/main/resources/dummyimpl/DummyToscaPolicyGetResponse.json
@@ -0,0 +1,48 @@
+{
+ "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
+ "topology_template": {
+ "policies": [
+ {
+ "onap.vcpe.tca": {
+ "type": "onap.policies.monitoring.cdap.tca.hi.lo.app",
+ "version": "1.0.0",
+ "metadata": {
+ "policy-id": "onap.vcpe.tca"
+ },
+ "properties": {
+ "domain": "measurementsForVfScaling",
+ "metricsPerEventName": [
+ {
+ "eventName": "Measurement_vGMUX",
+ "controlLoopSchemaType": "VNF",
+ "policyScope": "DCAE",
+ "policyName": "DCAE.Config_tca-hi-lo",
+ "policyVersion": "v0.0.1",
+ "thresholds": [
+ {
+ "closedLoopControlName": "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e",
+ "version": "1.0.2",
+ "fieldPath": "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value",
+ "thresholdValue": 0,
+ "direction": "EQUAL",
+ "severity": "MAJOR",
+ "closedLoopEventStatus": "ABATED"
+ },
+ {
+ "closedLoopControlName": "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e",
+ "version": "1.0.2",
+ "fieldPath": "$.event.measurementsForVfScalingFields.additionalMeasurements[*].arrayOfFields[0].value",
+ "thresholdValue": 0,
+ "direction": "GREATER",
+ "severity": "CRITICAL",
+ "closedLoopEventStatus": "ONSET"
+ }
+ ]
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+} \ No newline at end of file