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

ModifyResourceTags

PDF
Focus Mode
Font Size
Last updated: 2025-11-13 20:52:21

1. API Description

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

This API is used to modify the list of resource tags by overwriting them all.

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: ModifyResourceTags.
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.
FileSystemId Yes String File system ID
Tags.N No Array of Tag Multiple resource tags, which can be an empty array

3. Output Parameters

Parameter Name Type Description
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 Modifying resource tag list

This example shows how to modify the list of resource tags.

Input Example

https://chdfs.intl.tencentcloudapi.com/?Action=ModifyResourceTags
&FileSystemId=f1mhaqkciq0
&Tags.0.Key=key1
&Tags.0.Value=value1
&Tags.1.Key=key2
&Tags.1.Value=value2
&<Common request parameters>

Output Example

{
    "Response": {
        "RequestId": "61046a25-2eda-4495-b9b6-eab6edf41d79"
    }
}

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.
InvalidParameterValue.InvalidFileSystemId Incorrect parameter value: FileSystemId.
LimitExceeded The quota limit is exceeded.
MissingParameter Missing parameter.
ResourceNotFound The resource does not exist.
ResourceNotFound.FileSystemNotExists The file system does not exist.
ResourceUnavailable The resource is unavailable.
UnauthorizedOperation Unauthorized operation.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback