summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/slicing_taskCreationInfo.json
blob: 7ebb4ea5a81e4e93b1fbd0e713c584a2671cc3a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
    "result_header": {
        "result_code": "200",
        "result_message": "5G slicing task creation info result."
    },
    "result_body": {
        "task_id": "b1bb0ce7-ebca-4fa7-95ed-4840d70a1177",
        "task_name": "5G Slicee MMB",
        "create_time": "1454171445000",
        "processing_status": "Waiting for review",
        "business_demand_info": {
            "service_name": "5G Slice eMMB",
            "service_snssai": "1-010101",
            "exp_data_rate_dl": "300",
            "exp_data_rate_ul": "300",
            "ue_mobility_level": "stageary",
            "latency": "20",
            "use_interval": "12",
            "coverage_area_ta_list": [" xxxx;xxxxx;xxxxx ", " xxxx;xxxxx;xxxxx ", " xxxx;xxxxx;xxxxx "],
            "activity_factor": "60",
            "resource_sharing_level": "shared",
            "area_traffic_cap_ul": "300",
            "area_traffic_cap_dl": "300",
            "max_number_of_ues": "10000",
            "serviceProfile_Availability":"",
            "serviceProfile_PLMNIdList":"",
            "serviceProfile_Reliability":"test-Reliability",
            "serviceProfile_ULThptPerUE":"1000",
            "serviceProfile_DLThptPerUE":"2000",
            "serviceProfile_ULThptPerSlice":"3000",
            "serviceProfile_DLThptPerSlice":"4000",
            "serviceProfile_MaxPktSize":"10000",
            "serviceProfile_MaxNumberofConns":"12345",
            "serviceProfile_TermDensity":"500",
            "serviceProfile_Jitter":"10",
            "serviceProfile_SurvivalTime":"10"
        },
        "nst_info": {
            "nst_id": "46da8cf8-0878-48ac-bea3-f2200959411a",
            "nst_name": "eMBBNST"
        }
    }
}