Queries the details of a PolarFileSystem (PolarFS) instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
polardb:DescribePolarFsAttribute |
get |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PolarFsInstanceId |
string |
Yes |
The ID of the PolarFS instance. |
pfs-2ze0i74ka607***** |
| QueryFuseMountInfo |
boolean |
No |
Specifies whether to query the mount information of Filesystem in Userspace (FUSE). Valid values:
|
false |
| DBClusterId |
string |
No |
The cluster ID. Note
Call the DescribeDBClusters operation to query the details of all clusters in your account, including cluster IDs. |
pc-bp1q76364ird***** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
3F9E6A3B-C13E-4064-A010-18582A****** |
| RelativeDbClusterId |
string |
The ID of the associated PolarDB cluster. |
pc-2zejpr41d9xk3uk34 |
| PolarFsInstanceId |
string |
The ID of the PolarFS instance. |
pfs-2ze0i74ka607***** |
| PolarFsStatus |
string |
The status of the PolarFS instance. |
Running |
| PolarFsVersion |
string |
The version. |
1.0.1-1.0.3 |
| PayType |
string |
The billing method. Valid values:
|
Prepaid |
| DBType |
string |
The database engine type. Valid values:
|
MySQL |
| PolarFsInstanceDescription |
string |
The description of the PolarFS instance. |
pfs-xxx |
| RegionId |
string |
The region ID. |
cn-beijing |
| ZoneId |
string |
The ID of the zone where the vSwitch is located. |
cn-beijing-k |
| VPCId |
string |
The ID of the virtual private cloud (VPC). |
vpc-********** |
| VSwitchId |
string |
The virtual switch ID. |
vsw-************** |
| SecurityGroupId |
string |
The ID of the managed security group. |
sg-bp************** |
| CreateTime |
string |
The creation time. |
2021-08-02T05:57:10Z |
| ExpireTime |
string |
The expiration time of the cluster. Note
This parameter is returned only for subscription clusters. For pay-as-you-go clusters, an empty value is returned. |
2025-10-10T16:00:00Z |
| Expired |
string |
Indicates whether the cluster has expired. Note
This parameter is returned only for subscription clusters. |
false |
| PolarFsType |
string |
The instance version. Valid values:
|
PolarFS 2.0 |
| StorageSpace |
number |
The storage space. Unit: GB. |
1000 |
| StorageUsed |
number |
The used storage space. Unit: bytes. |
3012558848 |
| Bandwidth |
number |
The bandwidth. Unit: MB/s. |
100 |
| BandwidthBaseLine |
number |
The baseline bandwidth. Unit: MB/s/TiB. |
100 |
| Category |
string |
The PolarFS edition. The following editions are supported:
|
high_performance |
| LockMode |
string |
The lock mode. Valid values:
|
Unlock |
| StorageType |
string |
The storage class for the High-performance Edition. Valid values:
The storage class for the Basic Edition. Valid values:
|
essdpl1 |
| AcceleratingEnable |
string |
Indicates whether the acceleration cache is enabled. Valid values:
|
ON |
| AcceleratedStorageSpace |
number |
The accelerated storage space. Unit: GB. |
1000 |
| MountInfo |
object |
The mount configuration. |
|
| PolarFsCluster |
string |
The file system name. |
pfs-********** |
| Token |
string |
The token value. |
a734298c391cb9ebd05e2ee85feb624 |
| PolarDbProxy |
string |
The cluster management address. |
TCP://**.**.**.**:3000,TCP://**.**.**.**:3000,TCP://**.**.**.**:3000 |
| MinorVersion |
string |
The minor version of the instance. |
v1.3.0-v1.1.1 |
| ClientDownloadPath |
string |
The download path for the client. |
oss://* |
| MetaUrl |
string |
The encrypted metadata address for the FUSE mount. |
e6cc1d2e2a6fa292038d999fda6501***** |
| RelativePfsClusterId |
string |
||
| BucketId |
string |
||
| FileSystemId |
string |
||
| CustomBucketPath |
string |
xxxxxx-%d.oss-cn-beijing-internal.aliyuncs.com |
Examples
Success response
JSON format
{
"RequestId": "3F9E6A3B-C13E-4064-A010-18582A******",
"RelativeDbClusterId": "pc-2zejpr41d9xk3uk34",
"PolarFsInstanceId": "pfs-2ze0i74ka607*****",
"PolarFsStatus": "Running",
"PolarFsVersion": "1.0.1-1.0.3",
"PayType": "Prepaid",
"DBType": "MySQL",
"PolarFsInstanceDescription": "pfs-xxx",
"RegionId": "cn-beijing",
"ZoneId": "cn-beijing-k",
"VPCId": "vpc-**********",
"VSwitchId": "vsw-**************",
"SecurityGroupId": "sg-bp**************",
"CreateTime": "2021-08-02T05:57:10Z",
"ExpireTime": "2025-10-10T16:00:00Z",
"Expired": "false",
"PolarFsType": "PolarFS 2.0",
"StorageSpace": 1000,
"StorageUsed": 3012558848,
"Bandwidth": 100,
"BandwidthBaseLine": 100,
"Category": "high_performance",
"LockMode": "Unlock",
"StorageType": "essdpl1",
"AcceleratingEnable": "ON",
"AcceleratedStorageSpace": 1000,
"MountInfo": {
"PolarFsCluster": "pfs-**********",
"Token": "a734298c391cb9ebd05e2ee85feb624",
"PolarDbProxy": "TCP://**.**.**.**:3000,TCP://**.**.**.**:3000,TCP://**.**.**.**:3000"
},
"MinorVersion": "v1.3.0-v1.1.1",
"ClientDownloadPath": "oss://*",
"MetaUrl": "e6cc1d2e2a6fa292038d999fda6501*****",
"RelativePfsClusterId": "",
"BucketId": "",
"FileSystemId": "",
"CustomBucketPath": "xxxxxx-%d.oss-cn-beijing-internal.aliyuncs.com"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.