Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Situation Awareness
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Querying Details About All File Systems

Updated on 2022-08-16 GMT+08:00

Function

This API is used to query details about all SFS Turbo file systems.

URI

  • URI format

    GET /v1/{project_id}/sfs-turbo/shares/detail?limit={limit}&offset={offset}

  • Parameter description

    Parameter

    Mandatory

    Type

    Description

    project_id

    Yes

    String

    Specifies the project ID. For details about how to obtain the project ID, see Obtaining a Project ID.

    limit

    No (query parameter)

    Int

    Specifies the number of returned file systems.

    This parameter takes effect when both limit and offset are used.

    offset

    No (query parameter)

    Int

    Specifies the offset of the number of queried file systems.

    This parameter takes effect when both limit and offset are used.

Request Header

The operation message header is the same as that of a common request. For details, see Table 3.

Request

  • Parameter description

    None

  • Example request

    None

Response

  • Parameter description

    Parameter

    Type

    Description

    shares

    Array of objects

    Specifies the list of SFS Turbo file systems. For details, see the description of the share field.

    count

    Int

    Specifies the number of SFS Turbo file systems.

  • Description of the share field

    Parameter

    Type

    Description

    id

    String

    Specifies the ID of an 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 an 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.

    size

    String

    Specifies the total capacity of the SFS Turbo file system in the unit of GB.

    pay_model

    String

    Billing mode of the SFS Turbo file system.

    avail_capacity

    String

    Specifies the available capacity of the SFS Turbo file system in the unit of GB.

    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.

  • Description of field action_progress

Parameter

Type

Description

CREATING

string

Specifies the file system creation progress.

  • Example response
    {
        "shares": [
            {
                "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": "230",
                "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",
                "pay_model": "0",
                "avail_capacity": "500.00",
                "share_proto": "NFS"
            },
            {
                "id": "65f2d30b-7b4e-4786-9608-4324faef6646",
                "name": "sfs-turbo-df12",
                "status": "200",
                "version": "1.0.0",
                "actions": [],
                "region": "north-1",
                "created_at": "2018-11-15T02:32:10",
                "export_location": "192.168.0.197:/",
                "action_progress": {},
                "share_type": "STANDARD",
                "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",
                "pay_model": "0",
                "avail_capacity": "500.00",
                "share_proto": "NFS"
            }
        ]
        "count": 2
    }

Status Codes

  • Normal

200

  • Abnormal

For details, see Status Codes.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback