Adding Bouncer code for RIC-Benchmarking
[ric-app/bouncer.git] / Bouncer / schemas / b_xapp-policy.json
diff --git a/Bouncer/schemas/b_xapp-policy.json b/Bouncer/schemas/b_xapp-policy.json
new file mode 100644 (file)
index 0000000..3ab4438
--- /dev/null
@@ -0,0 +1,22 @@
+{
+    "downstream_policy_message": {
+        "policy_type_id":21000,
+        "operation":"CREATE",
+        "policy_instance_id":"Bouncer",
+        "payload":{
+            "class":12,
+            "enforce":true,
+            "window_length":20,
+            "blocking_rate":20,
+            "trigger_threshold":10
+        }
+    },
+
+    "notify_policy_message": {
+        "policy_instance_id":"Bouncer",
+        "policy_type_id":21000,
+        "status":"OK",
+        "handler_id":"BxAPP1234"
+    }
+}
+