Misc improvements in front end
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / mock / policy-instance.json
1 [
2     {
3       "id": "2000",
4       "type": "1",
5       "ric": "ric1",
6       "json": {
7         "scope": {
8           "ueId": "ue3100",
9           "qosId": "qos3100"
10         },
11         "qosObjectives": {
12           "priorityLevel": 3100
13         }
14       },
15       "service": "service1",
16       "lastModified": "2020-12-08T21:12:43.719084Z"
17     },
18     {
19       "id": "3000",
20       "type": "1",
21       "ric": "ric2",
22       "json": {
23         "scope": {
24           "ueId": "ue3300",
25           "qosId": "qos3300"
26         },
27         "qosObjectives": {
28           "priorityLevel": 3300
29         }
30       },
31       "service": "service1",
32       "lastModified": "2020-12-08T21:12:43.719084Z"
33     }
34   ]