接口功能介绍
用于展示弹性文件下列信息:
- 所支持的协议类型
- 所支持的存储类型
- 资源池下的az列表
- 资源池的售罄情况
接口约束
无
URI
GET /v4/sfs/region/storagetype
路径参数
无
Query参数
参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|---|
regionID | 是 | String | 资源池ID | 参考[请求示例] | |
sfsType | 否 | String | 文件系统类型(capacity/performance/hdd_e) | 参考[请求示例] | |
pageSize | 否 | Integer | 每页包含的数量 | 10 | |
pageNo | 否 | Integer | 当前页码 | 1 |
请求参数
请求头header参数
无
请求体body参数
无
响应参数
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
statusCode | Integer | 返回状态码(800 为成功,900 为失败) | 800 | |
message | String | 响应描述,一般为英文描述 | SUCCESS | |
description | String | 响应描述,一般为中文描述 | 成功 | |
returnObj | Object | 参考[returnObj] | returnObj | |
errorCode | String | 业务细分码,为 product.module.code 三段式码 | 参考[结果码] | |
error | String | 业务细分码,为product.module.code三段式码大驼峰形式 | 参考[结果码] |
表 returnObj
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
totalCount | Integer | 查询到的支持弹性文件详情的类型数量 | 2 | |
currentCount | Integer | 当前页码的元素个数 | 2 | |
regionSupportList | Array of Objects | 可用区信息列表,参考 [regionSupportList] | regionSupportList | |
pageSize | Integer | 每页包含的数量 | 10 | |
pageNo | Integer | 当前页码 | 1 |
表 regionSupportList
参数 | 参数类型 | 说明 | 示例 | 下级对象 |
---|---|---|---|---|
zoneName | String | 可用区 Name | 参考[响应示例] | |
zoneID | String | 可用区ID | 参考[响应示例] | |
storageType | String | 文件存储类型(capacity/performance/hdd_e) | 参考[响应示例] | |
protocolType | Array of Strings | 文件传输协议类型。例:['nfs','cifs'] | 参考[响应示例] | |
remainingStatus | Boolean | 该类型是否售罄 | true |
枚举参数
无
请求示例
请求url
GET https://sfs-global.ctapi.ctyun.cn/v4/sfs/region/storagetype?sfsType=performance®ionID=81f7728662dd11ec810800155d307d5b
请求头header
无
请求体body
无
响应示例
{
"returnObj": {
"regionSupportList": [
{
"storageType": "performance",
"protocolType": ["nfs", "cifs"],
"zoneID": "1150345d-1388-45a5-b9bf-466271c96e7d_az1",
"remainingStatus": true,
"zoneName": "az1"
},
{
"storageType": "performance",
"protocolType": ["nfs", "cifs"],
"zoneID": "1150345d-1388-45a5-b9bf-466271c96e7d_az2",
"remainingStatus": true,
"zoneName": "az2"
}
],
"totalCount": 2,
"currentCount": 2,
"pageNo": 1,
"pageSize": 10
},
"message": "SUCCESS",
"description": "成功",
"statusCode": 800
}
状态码
请参考 状态码
错误码
请参考 错误码