{
  "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": "1454171446000",
            "total_bandwidth": "167"
          },
          {
            "timestamp": "1454173447000",
            "total_bandwidth": "200"
          }
        ]
      },
      {
        "service_id": "service2",
        "total_bandwidth_list": [
          {
            "timestamp": "1454171446000",
            "total_bandwidth": "88"
          },
          {
            "timestamp": "1454173447000",
            "total_bandwidth": "184"
          }
        ]
      },
      {
        "service_id": "service3",
        "total_bandwidth_list": [
          {
            "timestamp": "1454171446000",
            "total_bandwidth": "173"
          },
          {
            "timestamp": "1454173447000",
            "total_bandwidth": "95"
          }
        ]
      }
    ]
  }
}