Make Network Slicing usecase more user friendly
[demo.git] / tutorials / 5GE2ENetworkSlicing / common / policies / gen_nssi_policies / threshold_nssi.json
diff --git a/tutorials/5GE2ENetworkSlicing/common/policies/gen_nssi_policies/threshold_nssi.json b/tutorials/5GE2ENetworkSlicing/common/policies/gen_nssi_policies/threshold_nssi.json
new file mode 100644 (file)
index 0000000..e56540d
--- /dev/null
@@ -0,0 +1,41 @@
+{
+    "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
+    "topology_template": {
+        "policies": [
+            {
+                "Threshold_EmbbCn_External": {
+                    "metadata": {
+                        "policy-id": "Threshold_EmbbCn_External",
+                        "policy-version": 1
+                    },
+                    "properties": {
+                        "geography": [],
+                        "identity": "Threshold_EmbbCn_External",
+                        "resources": [
+                            "EmbbCn_External"
+                        ],
+                        "scope": [
+                            "OSDF_GUILIN"
+                        ],
+                        "services": [
+                            "EmbbCn_External"
+                        ],
+                        "thresholdProperties": [
+                            {
+                                "attribute": "latency",
+                                "operator": "lte",
+                                "threshold": {
+                                    "get_param": "latency"
+                                },
+                                "unit": "ms"
+                            }
+                        ]
+                    },
+                    "type": "onap.policies.optimization.resource.ThresholdPolicy",
+                    "type_version": "1.0.0",
+                    "version": "1.0.0"
+                }
+            }
+        ]
+    }
+}