summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/slicing_taskCreationProgress.json
blob: fdb914fcd4e1e1cb7da7ac690867c0cf047a92a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "result_header": {
        "result_code": "200",
        "result_message": "5G slicing task operation progress result."
    },
    "result_body": {
        "an_progress": 100,
        "tn_progress": 70,
        "cn_progress": 60,
        "an_status":"finished",
        "tn_status":"processing",
        "cn_status":"error",
        "an_statusDescription":"",
        "tn_statusDescription":"",
        "cn_statusDescription":""
    }
}