云专线 DC-查询虚拟接口倒换测试记录列表:响应参数

时间:2023-11-20 09:19:59

响应参数

状态码: 200

表4 响应Body参数

参数

参数类型

描述

request_id

String

操作请求ID

switchover_test_records

Array of SwitchoverTestRecord objects

倒换测试记录信息列表

page_info

PageInfo object

分页查询页的信息

表5 SwitchoverTestRecord

参数

参数类型

描述

id

String

倒换测试记录的唯一标识

tenant_id

String

租户ID

最小长度:32

最大长度:32

resource_id

String

倒换测试的资源对象ID

resource_type

String

倒换测试的资源对象类型

缺省值:virtual_interface

最小长度:0

最大长度:128

枚举值:

  • virtual_interface

operation

String

shutdown、undo_shutdown表示倒换测试操作类型

最小长度:0

最大长度:128

枚举值:

  • shutdown
  • undo_shutdown

start_time

String

倒换测试操作的开始时间

end_time

String

倒换测试操作的结束时间

operate_status

String

倒换测试状态记录

STARTING:初始状态

INPROGRESS:配置下发中

COMPLETE:配置下发完成

ERROR:配置下发失败

枚举值:

  • STARTING
  • INPROGRESS
  • COMPLETE
  • ERROR
表6 PageInfo

参数

参数类型

描述

previous_marker

String

上一页的marker,值为资源的uuid

最小长度:0

最大长度:36

current_count

Integer

当前列表中资源数量

最小值:0

最大值:2000

next_marker

String

下一页的marker,值为资源的uuid,为空时表示最后一页

最小长度:0

最大长度:36

support.huaweicloud.com/api-dc/ListSwitchoverTestRecords.html