全球SIM联接 GSL-月用量统计:响应示例

时间:2023-11-21 16:02:37

响应示例

状态码: 200

OK

{
  "month_usages" : [ {
    "sim_card_id" : 4710226018477568,
    "iccid" : "8695xxxxxxxx",
    "flow_usages" : [ {
      "billing_cycle" : "202207",
      "flow_used" : 85.27
    } ]
  } ]
}

状态码: 400

Parameter Invalid

{
  "error_code" : "GSL.00010004",
  "error_msg" : "参数异常"
}

状态码: 500

Internal Server Error

{
  "error_code" : "GSL.00010003",
  "error_msg" : "系统繁忙,请稍后重试。"
}
support.huaweicloud.com/api-ocgsl/gsl_07_0046.html