tencent cloud

Cloud HDFS

Product Introduction
Purchase Guide
Getting Started
Operation Guide
Creating CHDFS Instance
Creating Permission Group
Creating Permission Rule
Creating Mount Point
Mounting CHDFS Instance
Authorizing Access with CAM
Accessing CHDFS Through Java Code
Deleting File System
Practical Tutorial
Using CHDFS as Druid's Deep Storage
Migrating Data from Native HDFS to CHDFS
Importing or Exporting CHDFS with DataX
Guide to Configuring CHDFS for CDH
CHDFS Ranger Permission System Solution
API Documentation
History
Introduction
API Category
Making API Requests
Restoration task APIs
Permission rule APIs
Permission group APIs
Other APIs
Mount point APIs
Lifecycle rule APIs
File system APIs
Data Types
Error Codes
FAQs
Glossary
Related Protocol
Privacy Policy
Data Processing And Security Agreement

DescribeFileSystems

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 2025-11-13 20:52:26

1. API Description

Domain name for API request: chdfs.intl.tencentcloudapi.com.

This API is used to view the list of file systems.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DescribeFileSystems.
Version Yes String Common Params. The value used for this API: 2020-11-12.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.

3. Output Parameters

Parameter Name Type Description
FileSystems Array of FileSystem List of file systems
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Viewing the list of file systems

This example shows you how to view the list of file systems.

Input Example

https://chdfs.intl.tencentcloudapi.com/?Action=DescribeFileSystems
&<Common request parameters>

Output Example

{
    "Response": {
        "FileSystems": [
            {
                "AppId": 1251006373,
                "FileSystemName": "test",
                "Description": "",
                "Region": "ap-guangzhou",
                "FileSystemId": "f4mnvilzmdd",
                "CreateTime": "2019-07-30T17:03:20+08:00",
                "BlockSize": 4194304,
                "CapacityQuota": 1073741824,
                "SuperUsers": [
                    "hadoop"
                ],
                "PosixAcl": true,
                "Status": 2,
                "EnableRanger": false,
                "RangerServiceAddresses": [
                    "127.0.0.1:8080"
                ]
            }
        ],
        "RequestId": "a6d1c90a-a86a-45e2-b031-0de50f1ffc35"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.
MissingParameter Missing parameter.
UnauthorizedOperation Unauthorized operation.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan