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

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

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

total_count

Long

总记录数。

backups

Array of objects

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

表5 backups

参数

参数类型

描述

id

String

备份ID。

name

String

备份名称。

description

String

备份描述信息。

begin_time

String

备份开始时间,格式为“yyyy-mm-dd hh:mm:ss”。该时间为UTC时间。

end_time

String

备份结束时间,格式为“yyyy-mm-dd hh:mm:ss”。该时间为UTC时间。

status

String

备份状态。

枚举值:

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

size

Double

备份大小,单位:KB。

type

String

备份类型。

枚举值:

  • Auto:自动全量备份。
  • Manual:手动全量备份。

instance_id

String

实例ID。

instance_name

String

实例名称。

datastore

object

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

表6 datastore

参数

参数类型

描述

type

String

数据库类型。

version

String

数据库版本。

support.huaweicloud.com/api-nosql/zh-cn_topic_0000001435870253.html