弹性文件服务 SFS-SFS Turbo文件系统授权项分类:目录管理
目录管理
权限 |
对应API接口 |
授权项 |
依赖的授权项 |
IAM 项目 (Project) |
企业项目 (Enterprise Project) |
---|---|---|---|---|---|
创建目标文件夹配额 |
POST /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/dir-quota |
sfsturbo:shares:createFsDirQuota |
- |
√ |
√ |
更新目标文件夹配额 |
PUT /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/dir-quota |
sfsturbo:shares:updateFsDirQuota |
- |
√ |
√ |
查询目标文件夹配额 |
GET /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/dir-quota |
sfsturbo:shares:showFsDirQuota |
- |
√ |
√ |
删除目标文件夹配额 |
DELETE /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/dir-quota |
sfsturbo:shares:deleteFsDirQuota |
- |
√ |
√ |
创建目录 |
POST /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/dir |
sfsturbo:shares:createFsDir |
- |
√ |
√ |
查询目录是否存在 |
GET /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/dir |
sfsturbo:shares:showFsDir |
- |
√ |
√ |
删除文件系统目录 |
DELETE /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/dir |
sfsturbo:shares:deleteFsDir |
- |
√ |
√ |
查询目录资源使用情况 |
GET /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/dir-usage |
sfsturbo:shares:showFsDirQuota |
- |
√ |
√ |