X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fmock%2Fpolicy-instance-1.json;h=df20f435868051b9b279188a3276b922ce304e9d;hb=refs%2Fchanges%2F09%2F5509%2F3;hp=3dc9fa772dbe633dd76c88ce9c50b62638b1f93a;hpb=3b19af38b08cd6838cf58fbc03064e4a6fc091eb;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/mock/policy-instance-1.json b/webapp-frontend/src/app/mock/policy-instance-1.json index 3dc9fa7..df20f43 100644 --- a/webapp-frontend/src/app/mock/policy-instance-1.json +++ b/webapp-frontend/src/app/mock/policy-instance-1.json @@ -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