调用 DescribePermissionRules 接口列举权限组的规则。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
PermissionGroupId | String | 是 | pgroup-77afc370**** | 需要查询的权限组 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TotalCount | Integer | 1 | 权限规则个数。 |
PermissionRules | Array of PermissionRule | 详情请参见返回示例 | 权限规则信息。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
CidrIp | String | 192.168.0.0 | 允许访问的客户端 IP 地址。 |
RwMode | String | RW | 权限组读写规则。取值说明如下:
|
UserMode | String | No_root_squash | 权限组用户权限。取值说明如下:
|
PermissionRuleId | String | prule-059a3343**** | 权限规则 ID,控制台界面不会直接展示。 说明 被 UpdatePermissionRule 接口引用作为请求参数时,不需要指定该参数。 |
POST /?Action=DescribePermissionRules&Version=2022-01-01 HTTP/1.1 Host: filenas.volcengineapi.com Authorization: HMAC-SHA256 Credential=AKLTOGJhY2E1NTdkZGFmNDg0Yjk0ZDFiNjE5Y2NjZjI****/20230907/cn-beijing/filenas/request, SignedHeaders=host;x-date;x-content-sha256;content-type, Signature=7f1119a75111535b1d6e7929700f22e1474af0fb4fe26c59f5ac5cdba0cc**** Content-Type: application/json; charset=utf-8 X-Content-Sha256: 567112abe45bd6a09504fd244237f14c0ba120491da0d35097afd54d87bd**** X-Date: 20230907T124910Z { "PermissionGroupId" : "pgroup-77afc370****" }
{ "ResponseMetadata":{ "RequestId":"92983677-0255-4ea0-a084-0b5e45a093e3", "Action":"DescribePermissionRule", "Version":"2022-01-01", "Service":"FileNAS", "Region":"cn-beijing" }, "Result": { "PermissionRules": [ { "CidrIp": "192.168.0.0", "PermissionRuleId": "prule-6915576c****", "RwMode": "RO", "UserMode": "No_root_squash" } ], "TotalCount": 1 } }