summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json
blob: 6065be0fca193229f08a4e3a59ef0711183f340a (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
    "result_header": {
        "result_code": "200",
        "result_message": "5G slicing task configure audit information result."
    },
    "result_body": {
        "task_id": "b1bb0ce7-ebca-4fa7-95ed-4840d70a1177",
        "task_name": "5G Slice service eMMB",
        "create_time": "1454171445000",
        "processing_status": "WaitingToConfirm",
        "business_demand_info": {
            "service_name": "5G Slice eMMB",
            "service_snssai": "",
            "ue_mobility_level": "stationary",
            "latency": "20",
            "use_interval": "12",
            "coverage_area_ta_list": ["北京;北京市;海淀区", "北京;北京市;西城区", "北京;北京市;昌平区"],
            "activity_factor": "60",
            "resource_sharing_level": "shared",
            "max_number_of_ues": "10000",
            "uLThptPerUE":"1000",
            "dLThptPerUE":"2000",
            "uLThptPerSlice":"3000",
            "dLThptPerSlice":"4000",
            "maxPktSize":"10000",
            "termDensity":"500",
            "jitter":"10",
            "survivalTime":"10"
        },
        "nst_info": {
            "nst_id": "46da8cf8-0878-48ac-bea3-f2200959411a",
            "nst_name": "eMBBNST"
        },
        "nsi_nssi_info": {
            "suggest_nsi_id": "46da8cf8-0878-48ac-bea3-f2200959411a",
            "suggest_nsi_name": "eMBB instance1",
            "an_suggest_nssi_id": "46da8cf8-0878-48ac-bea3-f2200959411a",
            "an_suggest_nssi_name": "eMBB ANinstance1",
            "an_service_snssai": "an_1-010101",
            "an_resource_sharing_level": "shared",
            "an_ue_mobility_level": "stationary",
            "an_latency": "10",
            "an_max_number_of_ues": "10000",
            "an_activity_factor": "60",
            "an_exp_data_rate_dl": "300",
            "an_exp_data_rate_ul": "300",
            "an_area_traffic_cap_dl": "300",
            "an_area_traffic_cap_ul": "300",
            "an_overalluser_density":"test_an_overalluser_density_01",
            "an_Endpoint":[
                {
                    "an_ip_address":"test_an_ip_address_01"
                },
                {
                    "an_logical_link": "test_an_logical_link_01"
                },
                {
                    "an_nexthop_info":"test_info_01"
                }
            ],
            "an_script_name":"test_an_01",
            "an_coverage_area_ta_list": ["北京;北京市;海淀区", "北京;北京市;西城区", "北京;北京市;昌平区"],
            "tn_suggest_nssi_id": "46da8cf8-0878-48ac-bea3-f2200959411b",
            "tn_suggest_nssi_name": "eMBB TNinstance2",
            "tn_latency": "10",
            "tn_bandwidth": "300",
            "tn_script_name":"test_tn_01",
            "tn_jitter":"test_tn_jitter_01",
            "tn_service_snssai":"test_tn_service_snssai_01",
            "cn_suggest_nssi_id": "46da8cf8-0878-48ac-bea3-f2200959411c",
            "cn_suggest_nssi_name": "eMBB CNinstance3",
            "cn_service_snssai": "cn_1-010101",
            "cn_resource_sharing_level": "shared",
            "cn_ue_mobility_level": "stationary",
            "cn_latency": "10",
            "cn_max_number_of_ues": "10000",
            "cn_activity_factor": "60",
            "cn_exp_data_rate_dl": "300",
            "cn_exp_data_rate_ul": "300",
            "cn_area_traffic_cap_dl": "300",
            "cn_area_traffic_cap_ul": "300",
            "cn_script_name":"test_cn_01",
            "cn_overalluser_density":"test_cn_overalluser_density_01",
            "cn_Endpoint":[
                {
                    "cn_ip_address":"test_cn_ip_address_01"
                },
                {
                    "cn_logical_link": "test_cn_logical_link_01"
                },
                {
                    "cn_nexthop_info":"test_info_01"
                }
            ]
        }

    }
}