工单管理-查看授权列表:响应示例

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

响应示例

状态码: 200

成功返回200

{
  "count" : "123",
  "incident_auth_list" : [ {
    "id" : "123",
    "status" : 0,
    "incident_id" : "test-123",
    "simple_description" : "test",
    "resource_type_id" : "2",
    "resource_type_name" : "华为云账号",
    "visit_type_id" : "4",
    "visit_type_name" : "控制台登录",
    "auth_effective_time" : "2020-07-07T09:33:43.000Z",
    "auth_expire_time" : "2020-07-07T09:33:43.000Z",
    "reject_reason" : null,
    "create_time" : "2020-07-07T09:33:43.000Z",
    "customer_id" : "customer-123",
    "x_customer_id" : "x-customer-123",
    "xcustomer_name" : "test",
    "content_of_auth_letter" : ""
  } ]
}
support.huaweicloud.com/api-ticket/ListAuthorizations.html