云数据库 RDS-查询指定时间点可恢复的表(PostgreSQL):请求消息

时间:2024-12-20 17:08:15

请求消息

  • 参数说明
    表2 参数说明

    名称

    是否必选

    参数类型

    说明

    instance_ids

    Array of strings

    实例ID集合。

    restore_time

    Long

    恢复时间点。

    database_name_like

    String

    数据库名,模糊查询。

    table_name_like

    String

    数据库表名,模糊查询。

    instance_name_like

    String

    实例名称,模糊查询。

  • 请求样例
    POST https://{endpoint}/v3/4879de6859e345c780f1a22d8bc6f229/postgresql/instances/history/tables
    { 
      "instance_ids" : [ "f9e0b25a7b984a5cb193bebc98029914in03" ], 
      "restore_time" : 1688554112000, 
      "database_name_like" : "", 
      "table_name_like" : "", 
      "instance_name_like" : "" 
    }
support.huaweicloud.com/api-rds/rds_09_0023.html