Add A1 Policy Instance logic from backend
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / mock / policy-instance-2.json
diff --git a/webapp-frontend/src/app/mock/policy-instance-2.json b/webapp-frontend/src/app/mock/policy-instance-2.json
new file mode 100644 (file)
index 0000000..69ab3a4
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "policy_id": "2100",
+  "policytype_id": "",
+  "ric_id": "ric2",
+  "policy_data": {
+    "scope": {
+      "ueId": "ue3100",
+      "qosId": "qos3100"
+    },
+    "qosObjectives": {
+      "priorityLevel": 3100
+    }
+  },
+  "service_id": "service1",
+  "transient": false,
+  "status_notification_uri": ""
+}
\ No newline at end of file