最近更新时间:2025-01-03 14:01:31
本接口(DescribePerformanceOnePosixAclList)用于查询文件系统访问授权列表。
GET
请求参数包含公共请求参数和接口请求参数。其中,公共请求参数是每个接口都会用到的请求参数,具体参见公共参数及签名机制;接口请求参数是各个接口所特有的,具体参见下方说明:
请求头
名称 | 是否必须 | 值 |
Accept | 是 | application/json |
请求体
名称 | 类型 | 是否必须 | 描述 |
FileSystemName | string | 否 | 文件系统名称。 |
Ip | string | 否 | 授权IP。 |
PageNum | number | 否 | 页码。默认为1。 |
PageSize | number | 否 | 分页大小。默认为10。 |
Action | string | 是 | 该参数为公共参数,取值:DescribePerformanceOnePosixAclList |
Version | string | 是 | 该参数为公共参数,取值:2024-09-30 |
名称 | 类型 | 描述 |
RequestId | string | 唯一请求ID,每次请求都会返回。 |
Data | object[] | 访问授权列表信息。 |
— PosixAclId | string | 规则ID。 |
— FileSystemList | object[] | 文件系统信息。 |
— FileSystemId | string | 文件系统的实例ID。 |
— FileSystemName | string | 文件系统的名称。 |
— VolumePath | string | 文件系统的挂载路径。 |
— Ips | string[] | 授权IP列表。 |
— Desc | string | 规则描述信息。 |
— AutoMount | boolean | 客户端自动挂载。 |
PageNum | number | 页码。默认为1。 |
PageSize | number | 分页大小。默认为20。 |
TotalCount | number | 返回的访问授权列表总数。 |
请求示例
http://kpfs.api.ksyun.com/DescribeFileSystemClientInfo?Action=DescribePerformanceOnePosixAclList&Version=2024-09-30&Ip=10.0.0.1
返回示例
{
"RequestId": "d4e09c5a-fdf0-43da-a8d5-1d954e3d5d05",
"Data": [
{
"PosixAclId": "92ebb3fd86dd45e69ced67a39a1b6d14",
"FileSystemList": [
{
"FileSystemId": "b6eb45595f97402b9ea87c505691f9d8",
"FileSystemName": "trainfs"
"VolumePath": "/train-data"
}
],
"Ips": ["10.0.0.1"],
"Desc": "",
"AutoMount": "true"
},
],
"PageNum": 1,
"PageSize": 10,
"TotalCount": 1
}
纯净模式