All Products
Search
Document Center

Anti-DDoS:CreateTagResources

Last Updated:Apr 24, 2024

Adds tags to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.

Operation description

You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Pro instances at a time.

Note Anti-DDoS Premium does not support the tag feature.

Limits

You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID of the instance. Set the value to cn-hangzhou, which indicates an Anti-DDoS Pro instance in the Chinese mainland.

cn-hangzhou
ResourceGroupIdstringNo

The ID of the resource group to which the instance belongs in Resource Management.

If you do not specify this parameter, the instance belongs to the default resource group.

rg-acfm2pz25js****
ResourceTypestringYes

The type of the resource to which the tag belongs. Set the value to INSTANCE, which indicates an Anti-DDoS Pro instance.

INSTANCE
ResourceIdsarrayYes

An array consisting of the IDs of the Anti-DDoS Pro instances to which you want to add the tag.

stringYes

The ID of the Anti-DDoS Pro instance to which you want to add the tag.

Note You can call the DescribeInstanceIds operation to query the IDs of all instances.
ddoscoo-cn-mp91j1ao****
Tagsobject []No

An array that consists of the tags to add.

KeystringNo

The key of the tag to add.

testkey
ValuestringNo

The value of the tag to add.

testvalue

All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.

For more information about sample requests, see the "Examples" section of this topic.

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E

Examples

Sample success responses

JSONformat

{
  "RequestId": "C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history