summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock/json/fetchBandwidthData.json
blob: 4fb9b9b65c5ee26c33a5f16a5c4a7044af191b0b (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
43
44
45
46
47
48
49
{
  "result_header": {
    "result_code": "200",
    "result_message": "5G slicing service bandwidth query result."
  },
  "result_body": {
    "slicing_total_bandwidth_list": [
      {
        "service_id": "service1",
        "total_bandwidth_list": [
          {
            "timestamp": "1454171445000",
            "total_bandwidth": "167"
          },
          {
            "timestamp": "1454171445000",
            "total_bandwidth": "200"
          }
        ]
      },
      {
        "service_id": "service2",
        "total_bandwidth_list": [
          {
            "timestamp": "1454171447000",
            "total_bandwidth": "88"
          },
          {
            "timestamp": "1454171447000",
            "total_bandwidth": "184"
          }
        ]
      },
      {
        "service_id": "service3",
        "total_bandwidth_list": [
          {
            "timestamp": "1454171448000",
            "total_bandwidth": "173"
          },
          {
            "timestamp": "1454171448000",
            "total_bandwidth": "95"
          }
        ]
      }
    ]
  }
}