summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/getSlicingBusinessProgress.json
blob: b14111fe3082532d49561dd40efeb64a14e75d68 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "result_header": {
    "result_code": "200",
    "result_message": "5G slicing service operation progress."
  },
  "result_body": {
    "operation_type": "activate",
    "operation_progress": 99
  }
}