FLEXUSRDS-查询指定时间点可恢复的表:响应消息

时间:2025-02-12 14:54:19

响应消息

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

    名称

    参数类型

    说明

    table_limit

    Integer

    参数解释

    恢复表数量限制个数。

    取值范围

    不涉及。

    instances

    Array of objects

    参数解释

    实例信息。详细说明请参见表4

    表4 instances字段数据结构说明

    参数

    参数类型

    描述

    id

    String

    参数解释

    实例ID。

    取值范围

    不涉及。

    name

    String

    参数解释

    实例名称。

    取值范围

    不涉及。

    total_tables

    Integer

    参数解释

    可恢复表的数量。

    取值范围

    不涉及。

    databases

    Array of objects

    参数解释

    数据库信息。详细说明请参见表5

    表5 database字段数据结构说明

    参数

    参数类型

    描述

    name

    String

    参数解释

    模式名。

    取值范围

    不涉及。

    total_tables

    Integer

    参数解释

    可恢复表的数量。

    取值范围

    不涉及。

    tables

    Array of objects

    参数解释

    表信息。详细说明请参见表6

    表6 tables字段数据结构说明

    参数

    参数类型

    描述

    name

    String

    参数解释

    表名。

    取值范围

    不涉及。

  • 正常响应样例
    {    "instances": [        {            "id": "e38d120bb5a640519fb2a1613140afd9in01",            "name": "rds-abc",            "total_tables": 1,            "databases": [                {                    "name": "test",                    "total_tables": 1,                    "tables": [                        {                            "name": "t1"                        }                    ]                }            ]        }    ],    "table_limit": 2000}
  • 异常响应

    请参见异常请求结果

support.huaweicloud.com/api-flexusrds/rds_09_0010.html