This API is used to query details about an SFS Turbo file system.
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Specifies the project ID. For details about how to obtain the project ID, see API Usage Guidelines. |
share_id |
Yes |
String |
Specifies the ID of the SFS Turbo file system. |
Parameter |
Type |
Description |
---|---|---|
id |
String |
Specifies the ID of the SFS Turbo file system. |
name |
String |
Specifies the name of the SFS Turbo file system. |
status |
String |
Specifies the status of the SFS Turbo file system. For details, see SFS Turbo File System Statuses. |
sub_status |
String |
Specifies the sub-status of the SFS Turbo file system. For details, see SFS Turbo File System Substatuses. |
version |
String |
Specifies the version ID of the SFS Turbo file system. |
created_at |
String |
Specifies the creation time. UTC time, for example: 2018-11-19T04:02:03 |
export_location |
String |
Specifies the mount point of the SFS Turbo file system. |
action_progress |
Object |
Specifies the creation progress of the SFS Turbo file system. For details, see Description of field action_progress. |
share_type |
String |
Specifies the type of the SFS Turbo file system. The value can be STANDARD or PERFORMANCE. |
region |
String |
Specifies the region of the SFS Turbo file system. |
availability_zone |
String |
Specifies the code of the AZ where the SFS Turbo file system is located. |
az_name |
String |
Specifies the name of the AZ where the SFS Turbo file system is located. |
vpc_id |
String |
Specifies the VPC ID specified by the user. |
subnet_id |
String |
Specifies the network ID of the subnet specified by the user. |
security_group_id |
String |
Specifies the ID of a security group specified by the user. |
crypt_key_id |
String |
Specifies the ID of the encryption key specified by the user. This parameter is not returned for non-encrypted disks. |
size |
String |
Specifies the total capacity of the SFS Turbo file system in the unit of GB. |
avail_capacity |
String |
Specifies the available capacity of the SFS Turbo file system in the unit of GB. |
pay_model |
String |
Billing mode of the SFS Turbo file system. |
share_proto |
String |
Specifies the protocol type of the SFS Turbo file system. The current value is NFS. |
expand_type |
String |
For an enhanced file system, bandwidth is returned for this field. Otherwise, bandwidth is not returned. |
{ "id": "8fba8253-c914-439d-ae8b-d5c89d0bf5e8", "name": "sfs-turbo-8468", "status": "200", "version": "1.0.0", "region": "north-1", "created_at": "2018-11-19T04:02:03", "export_location": "192.168.0.90:/", "action_progress": {}, "share_type": "STANDARD", "sub_status": "330", "availability_zone": "az1.dc1", "az_name": "az1", "vpc_id": "b24e39e1-bc0c-475b-ae0c-aef9cf240af3", "subnet_id": "86fc01ea-8ec8-409d-ba7a-e0ea16d4fd97", "security_group_id": "50586458-aec9-442c-bb13-e08ddc6f1b7a", "size": "500.00", "avail_capacity": "500.00", "share_proto": "NFS" }