All Products
Search
Document Center

DataWorks:CreateDataAssetTag

Last Updated:Jan 12, 2026

Creates a tag.

Operation description

This API operation is available only for DataWorks Enterprise Edition or a more advanced edition.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
KeystringYes

The tag key.

key1
ValuesarrayNo

The tag values.

stringNo

The tag value.

v1
DescriptionstringNo

The description of the tag.

This is a description
ValueTypestringNo

The type of the tag value. Valid values:

  • Boolean
  • Int
  • String
  • Double
String
ManagersarrayNo

The tag administrators.

stringNo

The tag administrator.

12345

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

0bc1ec92159376
Successboolean

Indicates whether the request was successful.

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "0bc1ec92159376",
  "Success": true
}

Error codes

HTTP status codeError codeError message
400IdempotentParameterMismatchThe request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical.

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

Change history

Change timeSummary of changesOperation
No change history