云数据迁移 CDM-查询集群详情:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
publicEndpoint |
String |
集群绑定的EIP |
instances |
Array of ClusterDetailInstance objects |
集群的节点信息,请参见instances参数说明 |
security_group_id |
String |
安全组id |
subnet_id |
String |
子网id |
vpc_id |
String |
虚拟私有云ID |
customerConfig |
CustomerConfig object |
用户配置信息 |
datastore |
Datastore object |
cdm信息 |
isAutoOff |
Boolean |
自动关机 |
publicEndpointDomainName |
String |
集群绑定的EIP 域名 |
bakExpectedStartTime |
String |
开始时间 |
bakKeepDay |
Integer |
保留时间 |
maintainWindow |
maintainWindow object |
维护窗口 |
recentEvent |
Integer |
事件数 |
flavorName |
String |
规格名称 |
azName |
String |
az名称 |
endpointDomainName |
String |
对端域名 |
publicEndpointStatus |
publicEndpointStatus object |
EIP状态信息 |
isScheduleBootOff |
Boolean |
选择是否启用定时开关机功能。定时开关机功能和自动关机功能不可同时开启 |
namespace |
String |
命名空间 |
eipId |
String |
弹性ip id |
failedReasons |
FailedReasons object |
失败原因。集群处于正常状态时不返回。 |
dbuser |
String |
数据库用户 |
links |
Array of ClusterLinks objects |
集群连接信息 |
clusterMode |
String |
集群模式:sharding(分片集群) |
task |
ClusterTask object |
任务信息 |
created |
String |
集群创建时间,格式为ISO8601:YYYY-MM-DDThh:mm:ssZ |
statusDetail |
String |
集群状态描述:Normal(正常) |
config_status |
String |
集群配置状态:
|
actionProgress |
ActionProgress object |
集群操作进度,任务信息,由key、value组成。key值为正在进行的任务,value值为正在进行任务的进度。示例如 "action_progress":{"SNAPSHOTTING":"16%"} |
name |
String |
集群名称 |
id |
String |
集群ID |
isFrozen |
String |
集群是否冻结:0:否1:是 |
actions |
Array of strings |
集群配置状态:In-Sync:配置已同步。Applying:配置中。Sync-Failure:配置失败 |
updated |
String |
集群更新时间,格式为 ISO8601:YYYY-MM-DDThh:mm:ssZ |
status |
String |
集群状态:
|
参数 |
参数类型 |
描述 |
---|---|---|
flavor |
flavor object |
节点的虚拟机规格,请参见flavor参数说明(查询集群列表时返回值为null)。 |
volume |
volume object |
节点的磁盘信息,请参见volume参数说明(查询集群列表时返回值为null)。 |
status |
String |
节点状态:
|
actions |
Array of strings |
节点操作状态列表:
|
type |
String |
节点类型,只支持一种类型“cdm”。 |
id |
String |
节点的虚拟机ID。 |
name |
String |
节点的虚拟机名称。 |
isFrozen |
String |
节点是否冻结:0:否。1:是。 |
components |
String |
组件 |
config_status |
String |
节点配置状态(查询集群列表时为null):
|
role |
String |
实例角色 |
group |
String |
分组 |
links |
Array of ClusterLinks objects |
链接信息(查询集群列表时返回值为null) |
paramsGroupId |
String |
组件分组id |
publicIp |
String |
公网ip |
manageIp |
String |
管理ip |
trafficIp |
String |
流量ip |
shard_id |
String |
分片id |
manage_fix_ip |
String |
管理修复ip |
private_ip |
String |
私有ip |
internal_ip |
String |
内部ip |
resource |
Array of Resource objects |
资源信息(查询集群列表时返回值为null) |