X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fmock%2Fpolicy-instance-notype.json;h=a3d95e7487cb575fc5f5cd18ac0ddc3873a25ff9;hb=refs%2Fchanges%2F71%2F6071%2F2;hp=25b75ee0e1e94a4023b69580dfef0f69d368f8cb;hpb=e409ac955e6f0654f1721c69e1885bda23e1cf99;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/mock/policy-instance-notype.json b/webapp-frontend/src/app/mock/policy-instance-notype.json index 25b75ee..a3d95e7 100644 --- a/webapp-frontend/src/app/mock/policy-instance-notype.json +++ b/webapp-frontend/src/app/mock/policy-instance-notype.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": "2001", + "policytype_id": "", + "ric_id": "ric1", + "policy_data": { + "scope": { + "ueId": "ue3200", + "qosId": "qos3200" + }, + "qosObjectives": { + "priorityLevel": 3100 } - ] \ No newline at end of file + }, + "service_id": "service1", + "transient": false, + "status_notification_uri": "" +} \ No newline at end of file