查询文件系统的权限规则列表
功能介绍
查询文件系统的权限规则列表
调试
您可以在API Explorer中调试该接口,支持自动认证鉴权。API Explorer可以自动生成SDK代码示例,并提供SDK代码示例调试功能。
URI
GET /v1/{project_id}/sfs-turbo/shares/{share_id}/fs/perm-rules
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
project_id |
是 |
String |
项目ID |
share_id |
是 |
String |
文件系统id |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
limit |
否 |
Long |
返回的权限规则个数 |
offset |
否 |
Long |
返回的权限规则的偏移量 |
请求参数
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
X-Auth-Token |
是 |
String |
账号的token |
Content-Type |
是 |
String |
MIME类型 |
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
rules |
Array of OnePermRuleResponseInfo objects |
权限信息 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
权限规格的id |
ip_cidr |
String |
授权对象的IP地址或网段 |
rw_type |
String |
授权对象的读写权限
|
user_type |
String |
授权对象的系统用户对文件系统的访问权限。取值如下:
|
状态码: 500
参数 |
参数类型 |
描述 |
---|---|---|
errCode |
String |
错误码 |
errMsg |
String |
错误描述 |
请求示例
文件系统ID为"77ba6f4b-6365-4895-8dda-bc7142af4dde",查询该文件系统的权限规则列表
GET HTTPS://{endpoint}/v1/{project_id}/sfs-turbo/shares/77ba6f4b-6365-4895-8dda-bc7142af4dde/fs/perm-rules
响应示例
状态码: 200
查询成功
{ "rules" : [ { "id" : "1131ed520xxxxxxebedb6e57xxxxxxxx", "ip_cidr" : "192.168.xx.xx/16", "rw_type" : "rw", "user_type" : "no_root_squash" }, { "id" : "1231ed520xxxxxxebedb6e57xxxxxxxx", "ip_cidr" : "192.32.xx.xx/16", "rw_type" : "rw", "user_type" : "no_root_squash" } ] }
状态码: 500
错误响应
{ "errCode" : "SFS.TURBO.0005", "errMsg" : "Internal server error" }
状态码
状态码 |
描述 |
---|---|
200 |
查询成功 |
500 |
错误响应 |
错误码
请参见错误码。