summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/slicing_task_list.json
blob: fba4bae7bdb2bb7d495a953c2ddaf97eebc75a47 (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
{
    "result_header": {
        "result_code": "200",
        "result_message": "5G slicing task query result."
    },
    "result_body": {
        "record_number": 30,
        "slicing_task_list": [{
                "task_id": "b1bb0ce7-ebca-4fa7-95ed-4840d70a1177",
                "task_name": "5G Slice service eMMB",
                "service_snssai": "1-010101",
                "service_type": "eMMB",
                "create_time": "1454171445000",
                "processing_status": "Waiting to Confirm"
            },
            {
                "task_id": "6965-8758-5468-2548-457896541236",
                "task_name": "5G Slice service eMMB",
                "service_snssai": "1-010101",
                "service_type": "eMMB",
                "create_time": "1454171445500",
                "processing_status": "Creating"
            },
            {
                "task_id": "b1bb0ce7-ebca-4fa7-95ed-4840d7041177",
                "task_name": "5G Slice service eMMB",
                "service_snssai": "1-010101",
                "service_type": "eMMB",
                "create_time": "1454471445000",
                "processing_status": "Planning"
            },
            {
                "task_id": "b1bb0de7-ebca-4fa7-95ed-4840d7041177",
                "task_name": "5G Slice service eMMB",
                "service_snssai": "1-010101",
                "service_type": "eMMB",
                "create_time": "1544471445000",
                "processing_status": "Completed"
            }
        ]
    }
}