diff options
Diffstat (limited to 'usecaseui-portal/src/app/mock/json')
-rw-r--r-- | usecaseui-portal/src/app/mock/json/POST_intent_predict.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/POST_intent_predict.json b/usecaseui-portal/src/app/mock/json/POST_intent_predict.json new file mode 100644 index 00000000..a0ccf863 --- /dev/null +++ b/usecaseui-portal/src/app/mock/json/POST_intent_predict.json @@ -0,0 +1,10 @@ +{ + "maxNumberofUEs": "10", + "latency": "10", + "name": "exclusive slicing service", + "uEMobilityLevel": "stationary", + "expDataRateUL": "1000", + "expDataRateDL": "1000", + "resourceSharingLevel": "non-shared", + "coverageArea": "Beijing Beijing Haiding Wanshoulu" +}
\ No newline at end of file |