X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fmock%2Fpolicy-instance-2.json;h=c268625f1d0cebb1fc962efe768aae70b0476533;hb=refs%2Fchanges%2F71%2F6071%2F2;hp=25b75ee0e1e94a4023b69580dfef0f69d368f8cb;hpb=3b19af38b08cd6838cf58fbc03064e4a6fc091eb;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/mock/policy-instance-2.json b/webapp-frontend/src/app/mock/policy-instance-2.json index 25b75ee..c268625 100644 --- a/webapp-frontend/src/app/mock/policy-instance-2.json +++ b/webapp-frontend/src/app/mock/policy-instance-2.json @@ -1,18 +1,17 @@ -[ - { - "id": "2001", - "type": "2", - "ric": "ric1", - "json": { - "scope": { - "ueId": "ue3100", - "qosId": "qos3100" - }, - "qosObjectives": { - "priorityLevel": 3100 - } - }, - "service": "service1", - "lastModified": "2020-12-08T21:12:43.719084Z" +{ + "policy_id": "2100", + "policytype_id": "", + "ric_id": "ric2", + "policy_data": { + "scope": { + "ueId": "ue3100", + "qosId": "qos3100" + }, + "qosObjectives": { + "priorityLevel": 3100 } - ] \ No newline at end of file + }, + "service_id": "service2", + "transient": false, + "status_notification_uri": "" +} \ No newline at end of file