云数据库 RDS-获取诊断后的实例数:响应消息

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

响应消息

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

    名称

    参数类型

    说明

    diagnosis

    Array of objects

    诊断详情。

    请参见表4

    表4 diagnosis字段数据结构说明

    名称

    参数类型

    说明

    name

    String

    诊断项。

    count

    Integer

    实例数量。

  • 正常响应样例
    { 
       "diagnosis" : [ { 
         "name" : "high_pressure", 
         "count" : 1 
       }, { 
         "name" : "lock_wait", 
         "count" : 2 
       } ] 
     }
  • 异常响应

    请参见异常请求结果

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