调用 DescribeMountPoints 接口查看挂载点信息。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
FileSystemId | String | 是 | enas-cnbj18bcb923**** | 需要查询的文件系统 ID。 |
MountPointName | String | 否 | MountPoint | 挂载点名称。 |
MountPointId | String | 否 | mount-a6ee**** | 挂载点 ID。 |
VpcId | String | 否 | vpc-30uexwepls3cw7r2qr2h2**** | 私有网络 ID。 说明 您可以调用 DescribeVpcs 接口查询私有网络 ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
TotalCount | Integer | 1 | 挂载点个数。 |
MountPoints | Array of MountPoint | 详情请参见返回示例 | 挂载点信息。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Ip | String | 192.168.01.34 | 挂载点地址。 |
VpcId | String | vpc-30uexwepls3cw7r2qr2h2**** | 私有网络 ID。 |
Domain | String | cnbj18bcb923****.30uexwepls3cw7r2qr****qd3.nas.ivolces.com | DNS 地址。 |
VpcName | String | NAStest | 私有网络名称。 |
SubnetId | String | subnet-3jhaxpk3qwrgg3pncme77**** | 子网 ID。 |
CreateTime | String | 2023-06-13T14:30:10+08:00 | 挂载点创建时间。 |
SubnetName | String | NAStest | 子网名称。 |
UpdateTime | String | 2023-06-13T14:30:10+08:00 | 挂载点更新时间。 |
MountPointId | String | mount-a6ee**** | 挂载点 ID。 |
MountPointName | String | MountPoint | 挂载点名称。 |
PermissionGroup | Object of BasicPermissionGroup | { | 挂载点绑定的权限组信息。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
PermissionGroupId | String | pgroup-77afc370**** | 权限组 ID。 |
PermissionGroupName | String | PGgroup | 权限组名称。 |
POST /?Action=DescribeMountPoints&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 { "FileSystemId" : "enas-cnbj18bcb923****" }
{ "ResponseMetadata": { "RequestId": "202209072140520102251460630185A79F", "Action": "DescribeMountPoints", "Version": "2022-01-01", "Service": "FileNAS", "Region": "cn-beijing" }, "Result": { "MountPoints": [ { "CreateTime": "2023-06-13T14:30:10+08:00", "Domain": "cnbj18bcb923****.30uexwepls3cw7r2qr****qd3.nas-boe.ivolces.com", "Ip": "192.168.*.****", "MountPointId": "mount-a6ee****", "MountPointName": "MountPoint", "PermissionGroup": { "PermissionGroupId": "pgroup-77afc370****", "PermissionGroupName": "PGgroup" }, "Status": "Running", "SubnetId": "subnet-3jhaxpk3qwrgg3pncme77****", "SubnetName": "NAStest", "UpdateTime": "2023-06-13T14:30:10+08:00", "VpcId": "vpc-30uexwepls3cw7r2qr2h2****", "VpcName": "NAStest" } ], "TotalCount": 1 } }