diff options
Diffstat (limited to 'usecaseui-portal/src/app/mock/json/fetchPDUSessionEstSRData.json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/fetchPDUSessionEstSRData.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/fetchPDUSessionEstSRData.json b/usecaseui-portal/src/app/mock/json/fetchPDUSessionEstSRData.json new file mode 100644 index 00000000..4d5134cd --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/fetchPDUSessionEstSRData.json @@ -0,0 +1,49 @@ +{ + "result_header": { + "result_code": "200", + "result_message": "5G slicing service PDUSessionEstSR query result." + }, + "result_body": { + "slicing_pDUSessionEstSR_list": [ + { + "service_id": "service1", + "pdusessionEstSRInfoList": [ + { + "timestamp": "1454171446000", + "pduSessionEstSR": "120" + }, + { + "timestamp": "1454172447000", + "pduSessionEstSR": "200" + } + ] + }, + { + "service_id": "service2", + "pdusessionEstSRInfoList": [ + { + "timestamp": "1454171446000", + "pduSessionEstSR": "88" + }, + { + "timestamp": "1454173447000", + "pduSessionEstSR": "144" + } + ] + }, + { + "service_id": "service3", + "pdusessionEstSRInfoList": [ + { + "timestamp": "1454171446000", + "pduSessionEstSR": "163" + }, + { + "timestamp": "1454173447000", + "pduSessionEstSR": "85" + } + ] + } + ] + } + } |