{"base_path":"/","components":null,"consumes":"[\"application/json\"]","definitions":{"PostgreSQLHistoryDatabase":{"description":"PostgreSQL查询可恢复表的数据库信息","properties":{"name":{"description":"数据库名","example":"","type":"string"},"schemas":{"description":"模式信息","items":{"$ref":"#/definitions/PostgreSQLHistorySchema"},"type":"array"},"total_tables":{"description":"可恢复表的数量","format":"int32","type":"integer"}},"type":"object"},"PostgreSQLHistorySchema":{"description":"PostgreSQL查询可恢复表的模式信息","properties":{"name":{"description":"模式名","example":"","type":"string"},"tables":{"description":"表信息","items":{"$ref":"#/definitions/PostgreSQLHistoryTable"},"type":"array"},"total_tables":{"description":"可恢复表的数量","format":"int32","type":"integer"}},"type":"object"},"PostgreSQLHistoryTable":{"description":"PostgreSQL查询可恢复表的表信息","properties":{"name":{"description":"表名","example":"","type":"string"}},"type":"object"},"PostgreSQLHistoryTableInstance":{"description":"PostgreSQL查询可恢复表的实例信息","properties":{"databases":{"description":"数据库信息","items":{"$ref":"#/definitions/PostgreSQLHistoryDatabase"},"type":"array"},"id":{"description":"实例ID","type":"string"},"name":{"description":"实例名称","example":"","type":"string"},"total_tables":{"description":"可恢复表的数量","format":"int32","type":"integer"}},"type":"object"},"PostgreSQLHistoryTableRequest":{"description":"查询可恢复表的请求信息","properties":{"database_name_like":{"description":"数据库名,模糊查询","example":"","type":"string"},"instance_ids":{"description":"实例ID集合","example":"","items":{"type":"string"},"type":"array"},"instance_name_like":{"description":"实例名称,模糊查询","type":"string"},"restore_time":{"description":"恢复时间点","example":"","format":"int64","type":"integer"},"table_name_like":{"description":"数据库表名,模糊查询","type":"string"}},"required":["instance_ids","restore_time"],"type":"object"},"PostgreSQLHistoryTableResponse":{"description":"查询可恢复表的响应信息","properties":{"instances":{"description":"实例信息","items":{"$ref":"#/definitions/PostgreSQLHistoryTableInstance"},"type":"array"},"table_limit":{"description":"恢复表数量限制个数","example":"","format":"int32","type":"integer"}},"required":["table_limit"],"type":"object"}},"description":null,"group_id":"b7735f867ef44182af9eb77490a46fbf","host":"rds.cn-north-4.myhuaweicloud.com","id":"c3fb0d0b4eeb4a89aed5916f22979871","info_version":"v3","method":"post","name":"ListPostgresqlListHistoryTables","parameters":{},"paths":{"/v3/{project_id}/{database_name}/instances/history/tables":{"post":{"description":"查询指定时间点可恢复的表(PostgreSQL)","operationId":"ListPostgresqlListHistoryTables","parameters":[{"description":"项目ID。","in":"path","name":"project_id","required":true,"type":"string"},{"description":"语言","in":"header","name":"X-Language","type":"string","x-example":"zh-cn"},{"description":"数据库引擎。支持的引擎如下,不区分大小写:postgresql","in":"path","name":"database_name","required":true,"type":"string"},{"description":"查询可恢复表的请求信息","in":"body","name":"ListPostgresqlListHistoryTablesRequestBody","required":true,"schema":{"$ref":"#/definitions/PostgreSQLHistoryTableRequest"}}],"responses":{"200":{"description":"查询可恢复表的响应信息","examples":{"application/json":{"instances":[{"databases":[{"name":"db1","schemas":[{"name":"public","tables":[{"name":"tb1"}],"total_tables":1},{"name":"schema1","tables":[{"name":"tb1"}],"total_tables":1}],"total_tables":2}],"id":"70f639ffa8e343e1b7797c1705d4fe71in03","name":"rds-e1c8","total_tables":2}],"table_limit":2000}},"schema":{"$ref":"#/definitions/PostgreSQLHistoryTableResponse"}}},"summary":"查询指定时间点可恢复的表(PostgreSQL)","tags":["备份与恢复"],"x-request-examples-1":{"database_name_like":"","instance_ids":["f9e0b25a7b984a5cb193bebc98029914in03"],"instance_name_like":"","restore_time":1688554112000,"table_name_like":""},"x-request-examples-text-1":{"database_name_like":"","instance_ids":["f9e0b25a7b984a5cb193bebc98029914in03"],"instance_name_like":"","restore_time":1688554112000,"table_name_like":""},"x-request-examples-url-1":"https://{Endpoint}/v3/4879de6859e345c780f1a22d8bc6f229/postgresql/instances/history/tables","x-support-sdk":"Y"}}},"product_short":"RDS","region_id":"cn-north-4","schemes":["HTTPS"],"security_definitions":null,"summary":"查询指定时间点可恢复的表(PostgreSQL)","tags":"备份与恢复","uri":null,"version":"2.0"}