Add A1 Policy Instance logic from backend
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / mock / policy-instance-1.json
index 3dc9fa7..df20f43 100644 (file)
@@ -1,34 +1,17 @@
-[
-    {
-      "id": "2000",
-      "type": "1",
-      "ric": "ric1",
-      "json": {
-        "scope": {
-          "ueId": "ue3100",
-          "qosId": "qos3100"
-        },
-        "qosObjectives": {
-          "priorityLevel": 3100
-        }
-      },
-      "service": "service1",
-      "lastModified": "2020-12-08T21:12:43.719084Z"
+{
+  "policy_id": "2000",
+  "policytype_id": "1",
+  "ric_id": "ric1",
+  "policy_data": {
+    "scope": {
+      "ueId": "ue3100",
+      "qosId": "qos3100"
     },
-    {
-      "id": "3000",
-      "type": "1",
-      "ric": "ric2",
-      "json": {
-        "scope": {
-          "ueId": "ue3300",
-          "qosId": "qos3300"
-        },
-        "qosObjectives": {
-          "priorityLevel": 3300
-        }
-      },
-      "service": "service1",
-      "lastModified": "2020-12-08T21:12:43.719084Z"
+    "qosObjectives": {
+      "priorityLevel": 3100
     }
-  ]
\ No newline at end of file
+  },
+  "service_id": "service1",
+  "transient": false,
+  "status_notification_uri": ""
+}
\ No newline at end of file