硅云帮助文档中心
搜索文档
热门搜索词:
产品简介
产品定价
入门指南
经典案例
快照
常见问题
知识拓展
名词解释
API参考
刷新实例运行状态
/ncs-server/api/v1/disk/pullInfo
GET
| 字段 | 类型 | 最大长度 | 参数位置 | 默认选填 | 描述 |
| id | string | 32 | query | 实例Id |
GET /ncs-server/api/v1/disk/pullInfo?id=disk-3hdnwe228s223 HTTP/1.1 Content-Type: application/json request_id: 2942183558593ffc9d75fb8e16793ff api_key: 1706006863049654272 signature: 76615c1b054e2f998795abcbc91ec57255a231dcfe3426f016c5718173164c66
{
"status": 2000,
"message": "success",
"data": {
"userAccount": "z8z87878",
"remoteId": "1fd3397f-038f-4b63-ae93-dfb66e093b82",
"productId": "standard_cloud_disk",
"productName": "高效云盘",
"latestOrderId": "1706473829073420289",
"areaMark": "test",
"areaName": "测试环境",
"diskSize": 16,
"beginTime": 1589277056852,
"endTime": 1594547456852,
"status": "OK",
"remoteDiskStatus": "available",
"remoteHostName": "computer2",
"attacheHostId": "cvm-3hdk8be2b2225",
"autoRenew": false,
"supportNoReasonRefund": false,
"refundStatus": "NONE",
"configuration": "",
"createTime": 1589277056853,
"updateTime": 1589336081301,
"id": "disk-3hdnwe228s223"
}
}实例数据结构:
| 字段 | 类型 | 描述 |
| id | string | 实例id |
| userAccount | string | 用户名 |
| diskSize | int | 磁盘大小 |
| status | string | 实例状态 |
| remoteDiskStatus | string | 实例运行状态 |
| attacheHostId | string | 挂载的服务器Id,可能为空 |
| bindHostId | string | 绑定续费的服务器Id,可能为空 |
| attacheAs | string | data挂载为数据盘,boot挂载为系统盘,可能为空 |
| isBootable | string | true为启动盘 |
| endTime | long | 到期时间时间戳,精确到毫秒 |
| createTime | long | 创建时间时间戳,精确到毫秒 |
您对该文档有什么建议?
本文导航