Domain name for API request: chdfs.tencentcloudapi.com.
This API is used to view the list of mount points.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeMountPoints. |
Version | Yes | String | Common Params. The value used for this API: 2020-11-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
FileSystemId | No | String | File system ID Note: only one of AccessGroupId , FileSystemId , and OwnerUin can be specified as the input parameter |
AccessGroupId | No | String | Permission group ID |
OwnerUin | No | Integer | Resource owner Uin |
Parameter Name | Type | Description |
---|---|---|
MountPoints | Array of MountPoint | List of mount points |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows how to view the list of mount points.
https://chdfs.tencentcloudapi.com/?Action=DescribeMountPoints
&AccessGroupId=ag-fmfpk1hk
&<Common request parameters>
{
"Response": {
"MountPoints": [
{
"MountPointId": "f4mnvilzmdd-Tx5f",
"MountPointName": "test",
"FileSystemId": "f4mnvilzmdd",
"AccessGroupIds": [
"ag-fmfpk1hk"
],
"Status": 2,
"CreateTime": "2019-07-30T18:19:18+08:00"
},
{
"MountPointId": "f4mnvilzmdd-fj7A",
"MountPointName": "test",
"FileSystemId": "f4mnvilzmdd",
"AccessGroupIds": [
"ag-fmfpk1hk"
],
"Status": 1,
"CreateTime": "2019-07-30T18:14:45+08:00"
},
{
"MountPointId": "f4mnvilzmdd-k2tC",
"MountPointName": "test",
"FileSystemId": "f4mnvilzmdd",
"AccessGroupIds": [
"ag-fmfpk1hk"
],
"Status": 1,
"CreateTime": "2019-07-30T18:15:53+08:00"
}
],
"RequestId": "ff98aad2-e290-4512-af5c-ab24993591e3"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation | Operation failed. |
InternalError | Internal error. |
InvalidParameter | Incorrect parameter. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.InvalidAccessGroupId | Incorrect parameter value: AccessGroupId. |
InvalidParameterValue.InvalidFileSystemId | Incorrect parameter value: FileSystemId. |
MissingParameter | Missing parameter. |
ResourceNotFound.AccessGroupNotExists | The permission group does not exist. |
ResourceNotFound.FileSystemNotExists | The file system does not exist. |
ResourceUnavailable | The resource is unavailable. |
UnauthorizedOperation | Unauthorized operation. |
Was this page helpful?