e29997e9ee4679513233476083bd914bd0e0c116
[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   ]