summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/slicing_taskCreationProgress.json
blob: 7a14c73c3fe569dbc2c00863b9c1c1fd1d6f677b (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": 60,
        "tn_progress": 60,
        "cn_progress": 60
    }
}