工单管理-查询工单类目列表:响应示例

时间:2023-12-19 10:05:00

响应示例

状态码: 200

成功返回200

{
  "total_count" : 1,
  "incident_sub_type_list" : [ {
    "incident_sub_type_id" : "123",
    "incident_sub_type_name" : "计算类",
    "incident_product_category_list" : [ {
      "incident_product_category_id" : "123",
      "incident_product_category_name" : "弹性计算云",
      "incident_product_category_desc" : "虚拟机",
      "incident_product_category_acronym" : "ECS",
      "can_use_support_plan" : 1
    } ]
  } ]
}
support.huaweicloud.com/api-ticket/ListCaseCategories.html