tencent cloud

文档反馈

DescribeFileSystems

最后更新时间:2023-03-28 15:05:56

1. API Description

Domain name for API request: chdfs.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 No String Common Params. This parameter is not required for this API.

3. Output Parameters

Parameter Name Type Description
FileSystems Array of FileSystem List of file systems
RequestId String The unique request ID, which is returned for each request. 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.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.