Queries the list of clients mounted to an access point of a CPFS for Lingjun file system.
Operation description
Queries the list of clients mounted to an access point of a CPFS for Lingjun file system.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID. |
cn-hangzhou |
| FileSystemId |
string |
Yes |
The file system ID. |
bmcpfs-370lx1ev9ss27o0**** |
| AccessPointId |
string |
Yes |
The access point ID. |
ap-ie15yd**** |
| PageSize |
integer |
No |
The number of results on each page. Valid values: 1 to 100. Default value: 10. |
10 |
| PageNumber |
integer |
No |
The page number of the list. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** |
| MountedClient |
array<object> |
The clients mounted to the access point. |
|
|
object |
|||
| ChannelType |
string |
The type of the client mounted to the access point. Valid values:
|
vsc |
| ClientId |
string |
The ID of the client mounted to the access point. |
vsc-8vb864o3ppwfvh**** |
| ClientIp |
string |
The IP address of the client mounted to the access point. |
219.145.34.210 |
| PageNumber |
integer |
The page number of the list. |
1 |
| PageSize |
integer |
The number of results on each page. Valid values: 1 to 100. Default value: 10. |
10 |
| TotalCount |
integer |
The total number of clients mounted to the access point. |
10 |
Examples
Success response
JSON format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****",
"MountedClient": [
{
"ChannelType": "vsc",
"ClientId": "vsc-8vb864o3ppwfvh****",
"ClientIp": "219.145.34.210"
}
],
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 10
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidRequest | The request is invalid. | Invalid request |
| 400 | InvalidParameter.FileSystem | Invalid FileSystem in ResourceIds. | |
| 400 | InvalidFilesystemType.NotSupport | This Api does not support this fileSystem type. | The current interface does not support this type of file system. |
| 400 | FeatureOrAPI.NotSupported | The Feature/API is not supported in this region now. | |
| 403 | Forbbiden.Ram | User not authorized to operate on the specified resource, or this API doesn't support RAM. | The user is not authorized to operate the specified resource, or the API does not support RAM. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.