云数据库 RDS-获取指定诊断项的诊断结果:响应消息

时间:2024-11-01 14:53:23

响应消息

  • 正常响应要素说明
    表3 字段说明

    名称

    参数类型

    说明

    diagnosis

    String

    诊断项。

    枚举值:

    • high_pressure
    • lock_wait
    • insufficient_capacity
    • slow_sql_frequency
    • disk_performance_cap
    • mem_overrun
    • age_exceed
    • connections_exceed

    total_count

    Integer

    实例数量。

    instances

    Array of objects

    实例ID。

    请参见表4

    表4 instances字段数据结构说明

    名称

    参数类型

    说明

    id

    String

    实例ID。

  • 正常响应样例
    { 
      "diagnosis" : "high_pressure", 
      "total_count" : 1, 
      "instances" : [ { 
        "id" : "abd21a25fdedfd6db69721f4b761bc38in04" 
      } ] 
    }
  • 异常响应

    请参见异常请求结果

support.huaweicloud.com/api-rds/rds_17_0002.html