全球SIM联接 GSL-查询流量池列表:响应示例

时间:2023-11-01 16:25:20

响应示例

状态码: 200

OK

{  "limit" : 10,  "offset" : 1,  "count" : 1,  "pools" : [ {    "id" : 1000000000,    "pool_name" : "流量池名称",    "price_plan_name" : "中国联通消费级每月30M联接服务(1年)",    "price_plan_id" : "10000",    "effective_time" : "2022-08-26T16:00:00.000+00:00",    "expired_time" : "2022-09-26T15:59:59.000+00:00",    "billing_cycle" : "2022-09",    "flow_total" : 60,    "flow_used" : 102.59,    "flow_left" : -42.59,    "quantity" : 100,    "modify_time" : "2022-09-22T18:57:15.000+00:00",    "order_id" : 100000000,    "activated_sim_quantity" : 2,    "inactive_sim_quantity" : 0,    "disassembled_sim_quantity" : 98,    "order_ids" : "1000000"  } ]}

状态码: 400

Bad Request

{  "code" : "GSL.00010004",  "message" : "参数异常"}

状态码: 403

Forbidden

{  "code" : "GSL.00011004",  "message" : "账期不合法,请检查!"}

状态码: 500

Internal Server Error

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