{
"regionID": "TestRegionID",
"pageNo": 1,
"pageSize": 10,
"resourceId": "546e112f029b4e3a93bd22b34a888a83"
}
curl --location --request GET '/v4/hpfs/list-sfs?regionID=&sfsStatus=&sfsProtocol=&projectID=&pageNo=&pageSize=&resourceId=' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"pageNo": 1,
"pageSize": 10,
"resourceId": "546e112f029b4e3a93bd22b34a888a83"
}'
{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"totalPage": 1,
"currentCount": 1,
"list": [
{
"azName": "az1",
"cephID": null,
"createTime": 1700020477051,
"expireTime": null,
"hpfsSharePath": null,
"hpfsSharePathV6": null,
"isEncrypt": false,
"kmsUUID": null,
"mountCount": 1,
"onDemand": true,
"projectID": null,
"regionID": "3",
"resourceId": "5881ad97bfbe430faa12481b0e083127",
"secretKey": "",
"sfsName": "hpfs-2023-1115-1954",
"sfsProtocol": "nfs",
"sfsSize": 4915,
"sfsStatus": "available",
"sfsType": "hpfs_perf",
"sfsUID": "5ayx9zb9cflclcwf",
"sharePath": "100.125.40.204:/mnt/hpfs_perf/5tqk3v4r1pql9yml/3506791c4f86f49826a13621459e5a06_5ayx9zb9cflclcwf",
"sharePathV6": "",
"updateTime": 1700020977716,
"usedSize": 0,
"windowsSharePath": null,
"windowsSharePathV6": null
}
],
"totalCount": 1
},
"statusCode": 800
}