工单管理-查询产品类型列表:响应示例

时间:2025-04-14 19:49:08

响应示例

状态码: 200

成功返回200

{
  "total_count" : 1,
  "incident_product_category_list" : [ {
    "incident_product_category_id" : "123",
    "incident_product_category_name" : "弹性计算云",
    "incident_product_category_desc" : "虚拟机",
    "incident_product_category_acronym" : "E CS ",
    "can_use_support_plan" : 1
  } ]
}
support.huaweicloud.com/api-ticket/ListProductCategories.html