查询个人存储目录
功能介绍
查询个人存储目录。
调试
您可以在API Explorer中调试该接口,支持自动认证鉴权。API Explorer可以自动生成SDK代码示例,并提供SDK代码示例调试功能。
URI
GET /v1/{project_id}/persistent-storages/actions/list-attachments
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
项目ID。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
offset |
否 |
Integer |
查询的偏移量。 |
limit |
否 |
Integer |
单次查询的大小[1-100]。 |
storage_id |
是 |
String |
WKS存储ID。 |
claim_mode |
是 |
String |
存储声明的类型,claim_mode为share时,storage_claim_id必填。
|
storage_claim_id |
否 |
String |
WKS存储目录声明ID。 |
attach |
否 |
String |
成员。 |
attach_type |
否 |
String |
关联对象类型:
|
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
否 |
String |
用户Token。 通过调用IAM服务获取用户Token接口获取(响应消息头中X-Subject-Token的值)。 |
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
count |
Integer |
总数。 |
items |
Array of PersistentStorageAssignment objects |
查询用户存储声明配置。 |
参数 |
参数类型 |
描述 |
---|---|---|
storage_claim_id |
String |
WKS存储目录声明ID。 |
folder_path |
String |
存储对象路径。 注: path是对象在系统中的完整路径。 例如系统中存在如下目录结构的数据。 SFS-Tmp: └─shares ├─image └─video image的路径: shares/image/ video的路径: shares/video/ |
delimiter |
String |
路径分隔符。 |
claim_mode |
String |
存储声明的类型:
|
storage_metadata |
StorageMetadata object |
存储定义。 |
policy_statement |
PolicyStatement object |
支持的访问策略。 |
attachment |
Attachment object |
配置关联成员。 |
参数 |
参数类型 |
描述 |
---|---|---|
storage_handle |
String |
SFS文件系统名称。 |
storage_class |
String |
存储类型:
|
name |
String |
名称。 |
region |
String |
所在区域。 |
export_location |
String |
访问地址:protocol://[bucket-name].sfs3.[region-name].myhuaweicloud.com:port。 |
参数 |
参数类型 |
描述 |
---|---|---|
policy_statement_id |
String |
支持的访问策略,内置如下四种策略:
|
actions |
Array of strings |
客户端访问存储可操作的权限合集。
|
roam_actions |
Array of strings |
云端访问存储可操作的权限合集。
|
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码,失败时返回。 |
error_msg |
String |
错误描述。 |
状态码: 401
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码,失败时返回。 |
error_msg |
String |
错误描述。 |
状态码: 403
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码,失败时返回。 |
error_msg |
String |
错误描述。 |
状态码: 404
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码,失败时返回。 |
error_msg |
String |
错误描述。 |
状态码: 405
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码,失败时返回。 |
error_msg |
String |
错误描述。 |
状态码: 500
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码,失败时返回。 |
error_msg |
String |
错误描述。 |
状态码: 503
参数 |
参数类型 |
描述 |
---|---|---|
error_code |
String |
错误码,失败时返回。 |
error_msg |
String |
错误描述。 |
请求示例
GET /v1/a4da8115c9d8464ead3a38309130523f/persistent-storages/actions/list-attachments?storage_id=544959151881584640&claim_mode=SHARE&limit=10&offset=0
响应示例
状态码: 200
成功响应。
{ "count" : 1, "items" : [ { "storage_claim_id" : 544959151881584640, "folder_path" : "shares/video/", "delimiter" : "/", "claim_mode" : "SHARE", "storage_metadata" : { "storage_handle" : "sfs-tmp", "storage_class" : "sfs", "name" : "sfs-tmp", "region" : "cn-north-5", "export_location" : "https://sfs3.cn-north-xx.myhuaweicloud.com:443" }, "policy_statement" : { "policy_statement_id" : "xxxxx-xxx-xx", "actions" : [ "GetObject" ] }, "attachment" : { "attach" : "USER001***@local.com", "attach_type" : "USER" } } ] }
状态码
状态码 |
描述 |
---|---|
200 |
成功响应。 |
400 |
由于包含语法错误,当前请求无法被服务器理解。 |
401 |
鉴权失败。 |
403 |
没有操作权限。 |
404 |
找不到资源。 |
405 |
请求中指定的方法不被允许。 |
500 |
服务内部错误,具体返回错误码请参见错误码说明。 |
503 |
服务不可用。 |
错误码
请参见错误码。