获取对象存储实例详情
GET
/product/ros/instance/{id}最后修改时间: 1 天前
请求参数
Path 参数
id
integer
实例ID
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
OK
数据结构
UsageData
可选
access_key
string
可选
这里的Key可以访问Instance下面的全部存储桶
autoRenew
boolean
可选
buckets
array[integer]
下属的存储桶列表
createDate
integer
可选
expDate
integer
可选
expireNotice
integer
可选
extra_pay_time
integer
可选
套餐外用量上次付费时间
id
integer
可选
is_enable_extra_accounting
boolean
可选
是否开启弹性计费机制
is_public_access
boolean
是否开启公共访问
last_reset_date
integer
可选
上次重置流量和请求次数的时间
next_reset_date
integer
可选
下次重置流量和请求次数的时间
node
object (productM.Node)
可选
AuthKey
string
可选
Config
string
可选
节点对外显示配置(在admin状态下和config一致)
Stock
array[integer]
库存资源状态
certifyRequired
boolean
是否需要实名认证
chineseName
string
可选
gitRepositoryName
string
可选
API的Git仓库名
ipRegion
string
IP划分域
isDisableBackup
boolean
可选
是否禁止backup功能
isHidden
boolean
是否隐藏
machine
string
机型
nodeName
string
节点名:已弃用
physicalNode
string
可选
物理node,作为标识
product
string
属于的产品类型
region
string
物理区域
showMonitorData
string
可选
statusData
string
可选
节点对外显示Status(数据同Status,管理员用)
subtype
string
产品节点子类型
updateTime
string
可选
最后node程序汇报的心跳时间
uuid
string
表字段
nodeUUID
string
可选
plan
object
套餐数据
bandwidth
integer
套餐流量,GiB
charge_type
string
计费模式
chinese
string
可选
id
integer
可选
is_free
boolean
可选
是否为免费套餐(如果是,不允许直接购买和价格续费)
is_selling
boolean
可选
machine
string
机型
plan_name
string
套餐型号标识
point_renew_price
array[integer]
可选
积分续费之价格(没有的时候默认以价格计算)(结构{续费天数:续费价格,...})
price
number
默认价
region
string
区域
storage_size
integer
可选
存储容量大小,GiB
subtype
string
就是原来的Virt
planID
integer
可选
public_api_url
string
可选
restrictions
string
可选
限制状态,里面是用逗号分隔的S3的Policy的名称
rewardPointsToBeCollect
integer
可选
产品当前可领取的积分
secret_key
string
可选
status
string
可选
stopReason
string
可选
tag
string
可选
try
boolean
试用产品
uid
integer
可选
unsubscribeAble
boolean
是否可退订
示例
{
"UsageData": null,
"access_key": "string",
"autoRenew": true,
"buckets": [
0
],
"createDate": 0,
"expDate": 0,
"expireNotice": 0,
"extra_pay_time": 0,
"id": 0,
"is_enable_extra_accounting": true,
"is_public_access": true,
"last_reset_date": 0,
"next_reset_date": 0,
"node": {
"AuthKey": "string",
"Config": "string",
"Stock": [
0
],
"certifyRequired": true,
"chineseName": "string",
"gitRepositoryName": "string",
"ipRegion": "string",
"isDisableBackup": true,
"isHidden": true,
"machine": "string",
"nodeName": "string",
"physicalNode": "string",
"product": "string",
"region": "string",
"showMonitorData": "string",
"statusData": "string",
"subtype": "string",
"updateTime": "string",
"uuid": "string"
},
"nodeUUID": "string",
"plan": {
"bandwidth": 0,
"charge_type": "string",
"chinese": "string",
"id": 0,
"is_free": true,
"is_selling": true,
"machine": "string",
"plan_name": "string",
"point_renew_price": [
0
],
"price": 0,
"region": "string",
"storage_size": 0,
"subtype": "string"
},
"planID": 0,
"public_api_url": "string",
"restrictions": "string",
"rewardPointsToBeCollect": 0,
"secret_key": "string",
"status": "string",
"stopReason": "string",
"tag": "string",
"try": true,
"uid": 0,
"unsubscribeAble": true
}
最后修改时间: 1 天前