接口地址:/webapi/vm/{vmGroupId}/query/setting
请求方式:GET
请求数据类型:application/x-www-form-urlencoded
响应数据类型:*/*
接口描述:
虚拟机组高级设置详情
请求参数:
| 参数名称 | 参数说明 | 请求类型 | 是否必须 | 数据类型 | schema |
|---|---|---|---|---|---|
| vmGroupId | 虚拟机组ID | path | true | integer(int64) |
响应状态:
| 状态码 | 说明 | schema |
|---|---|---|
| 200 | OK | ResponseResultVmSettingVo |
响应参数:
| 参数名称 | 参数说明 | 类型 | schema |
|---|---|---|---|
| message | 返回状态标记 | string | |
| statFlag | 返回状态 | integer(int32) | integer(int32) |
| dataInfo | VmSettingVo | VmSettingVo | |
| backupStatus | 数据备份 | integer(int32) | |
| recoverStatus | 数据恢复 | integer(int32) | |
| accessNodes | 访问节点信息列表 | array | NodeItem |
| nodeId | 节点ID | integer(int64) | |
| nodeName | 节点名称 | string | |
| description | 描述 | string | |
| cbt | 使用更改块追踪 | integer(int32) | |
| quiesce | 应用一致性快照 | integer(int32) | |
| streamCount | 应用一致性快照 | integer(int32) | |
| transportModes | 传输模式 | string | |
| dataCount | 返回数据条数 | integer(int32) | integer(int32) |
响应示例:
{
"message": "操作成功",
"statFlag": 0,
"dataInfo": {
"backupStatus": 0,
"recoverStatus": 0,
"accessNodes": [
{
"nodeId": 0,
"nodeName": "",
"description": ""
}
],
"cbt": 0,
"quiesce": 0,
"streamCount": 0,
"transportModes": ""
},
"dataCount": 10
}