全球SIM联接 GSL-分页查询业务受理单:响应示例

时间:2024-10-22 15:29:43

响应示例

状态码: 200

OK

{
  "limit" : 10,
  "offset" : 1,
  "count" : 1,
  "work_orders" : [ {
    "id" : 5388214536425984,
    "sim_type" : 3,
    "work_order_type" : 4,
    "req_detail" : "容器ID:89860484192070060448",
    "total_count" : 1,
    "success_count" : 1,
    "fail_count" : 0,
    "process_count" : 0,
    "status" : 4,
    "create_time" : "2023-07-29T09:50:58.000+00:00",
    "finish_time" : "2023-07-29T09:55:00.000+00:00",
    "fail_reason" : null,
    "response" : null,
    "work_order_source" : 8,
    "work_order_source_desc" : "用户操作生成(api)"
  } ]
}

状态码: 400

Parameter Invalid

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

状态码: 500

Internal Server Error

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