云硬盘列表
POST
/cloud-client-machine/v1/hard-disk/get-list:::caution
接口调用前提:
- 获取鉴权秘钥:获取鉴权秘钥
:::
请求参数
Header 参数
Finovy-Access-Token
string
令牌-口令
示例值:
2baiY90HNVVObr5jhDSFGP
Body 参数application/json
id
string
云硬盘ID
area
string
可选
云桌面区域(0华南、1华西、2国际)
status
string
可选
0-待挂载 1-挂载中 2-使用中 3-卸载中 4-退还/销毁中
arrearsStatus
string
可选
normal-正常 owe-欠费停服
pveId
string
云桌面ID
page
integer
起始页
pageSize
integer
页大小
示例
{
"id": "string",
"area": "string",
"status": "string",
"arrearsStatus": "string",
"pveId": "string",
"page": 0,
"pageSize": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
code
success
boolean
success
data
object
必需
data
array [object {17}]
必需
totalCounts
integer
总条数
msg
string
msg
traceId
string
traceId
示例
{
"code": 0,
"success": true,
"data": {
"data": [
{
"id": "HD00009999",
"name": null,
"pveId": null,
"pveName": null,
"unloadPveId": null,
"isMount": null,
"storage": "kvm-dev-ceph-rbd",
"bus": "scsi",
"area": "0",
"memory": 20,
"useType": "0",
"status": "0",
"arrearsStatus": "normal",
"startTime": null,
"endTime": null,
"createTime": null,
"updateTime": null
}
],
"totalCounts": 1
},
"msg": "success",
"traceId": "e791aafa03804195b198f9debc5a9527.854.17100720076580667"
}
最后修改时间: 6 个月前