summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/slicing_taskCreationProgress.json
blob: 8b152a081ca21075275ac9e8653112fb12aaf755 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "result_header": {
        "result_code": "200",
        "result_message": "5G slicing task operation progress result."
    },
    "result_body": {
        "an_progress": 100,
        "tn_progress": null,
        "cn_progress": 60
    }
}