图引擎服务 GES-查看所有备份列表(1.0.0):响应参数

时间:2024-04-29 11:34:09

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

backup_count

Integer

备份总个数。请求失败时,字段为空。

backup_list

Array of backup_list objects

当前Project ID下的所有图的备份列表。请求失败时,字段为空。

表5 backup_list

参数

参数类型

描述

id

String

备份ID。

name

String

备份名称。

backup_method

String

备份方法,取值为auto,manual或者import。

graph_id

String

备份关联的图ID。

graph_name

String

备份关联的图Name。

graph_status

String

备份关联的图状态。

graph_size_type_index

String

备份关联的图规格。

data_store_version

String

备份关联的图版本。

arch

String

备份关联的图CPU架构。

status

String

备份状态。

  • backing_up:备份中
  • success:备份成功
  • failed:备份失败

start_timestamp

Long

备份开始时间戳。

start_time

String

备份开始时间。

end_timestamp

Long

备份结束时间戳。

end_time

String

备份结束时间。

size

Long

备份文件大小,单位为MB。

duration

Long

备份时间,单位为秒。

encrypted

Boolean

是否加密。默认值为"false",不加密。

  • true:表示加密。
  • false:表示不加密。

状态码: 400

表6 响应Body参数

参数

参数类型

描述

error_code

String

系统提示信息。

  • 执行成功时,字段可能为空。
  • 执行失败时,用于显示错误码。

error_msg

String

系统提示信息。

  • 执行成功时,字段可能为空。
  • 执行失败时,用于显示错误信息。
support.huaweicloud.com/api-ges/ges_03_0361.html