X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fmock%2Fpolicy-instance-notype.json;fp=webapp-frontend%2Fsrc%2Fapp%2Fmock%2Fpolicy-instance-notype.json;h=a3d95e7487cb575fc5f5cd18ac0ddc3873a25ff9;hb=162646a6a5c1393d6b146b7badba67ad8a0b375c;hp=7c910602348543233a51f8571f48d9a426313051;hpb=190ba30482e8eced5fd4c27afdf2edf440b54760;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 7c91060..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": "", - "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