云数据库 GEMINIDB-查询备份列表(推荐):响应参数

时间:2023-11-22 09:18:52

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

total_count

Integer

备份总数量。

backups

Array of objects

备份详情列表。详情请参考表5

表5 Backup

参数

参数类型

描述

id

String

备份ID。

description

String

备份描述信息。

instance_id

String

备份所属的实例ID。

instance_name

String

备份所属的实例名称。

datastore

object

数据库版本信息。详情请参考表6

name

String

备份名称。

type

String

  • 取值为“Auto”,表示自动全量备份。
  • 取值为“Manual”,表示手动全量备份。

size

Double

备份大小,单位:KB。

status

String

备份状态。取值:

  • BUILDING:备份中。
  • COMPLETED:备份完成。
  • FAILED:备份失败。

begin_time

String

备份开始时间,为yyyy-mm-ddThh:mm:ssZ字符串格式,T指某个时间的开始,Z指时区偏移量。

end_time

String

备份结束时间,为yyyy-mm-ddThh:mm:ssZ字符串格式,T指某个时间的开始,Z指时区偏移量。

database_tables

Array of objects

备份里的库表信息。详情前参考表7

  • 实例级查询时该字段为空,可忽略。
  • 库表级查询时该字段非空(存在库表级备份的话)。
表6 Datastore

参数

参数类型

描述

type

String

数据库类型。

version

String

数据库版本。

表7 QueryDatabaseTableInfo

参数

参数类型

描述

database_name

String

数据库名称。

table_names

Array of strings

表名称列表。

  • table_names为空的时候,表示库级别查询。
  • table_names非空的时候,表示表级别查询。
support.huaweicloud.com/api-nosql/nosql_05_0211.html