云数据库 GaussDB-查询参数模板的修改历史:响应消息

时间:2023-11-01 16:19:35

响应消息

  • 正常响应要素说明
    表2 参数说明

    参数

    参数类型

    描述

    histories

    Array of objects

    参数模板信息,具体参数请参考表3

    total_count

    Integer

    总记录数。

    表3 histories字段数据结构说明

    参数

    参数类型

    描述

    parameter_name

    String

    参数名称。

    old_value

    String

    修改前参数值。

    new_value

    String

    修改后参数值。

    update_result

    String

    修改状态 (SUCCESS | FAILED)。

    updated_at

    String

    修改时间,格式为“yyyy-mm-ddThh:mm:ssZ”。

    其中,T指某个时间的开始;Z指时区偏移量,例如北京时间偏移显示为+0800。

  • 正常响应样例

    {    "histories" : [ {      "parameter_name" : "audit_system_object",      "old_value" : "12295",      "new_value" : "12298",      "update_result" : "SUCCESS",      "updated_at" : "2022-08-09T03:06:52+0800"    } ],    "total_count" : 1  }
support.huaweicloud.com/api-opengauss/opengauss_newapi_0054.html