CreateDataAssetTag
Creates a label.
Operation description
You must purchase DataWorks Enterprise Edition or a higher edition to use this feature.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Key |
string |
Yes |
The label key. |
key1 |
| Values |
array |
No |
The list of label values. |
|
|
string |
No |
The label value. |
v1 |
|
| Description |
string |
No |
The label description. |
This is a description |
| ValueType |
string |
No |
The label value type. Valid values:
|
String |
| Managers |
array |
No |
The list of label administrators. |
|
|
string |
No |
The label administrator. |
12345 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
0bc1ec92159376 |
| Success |
boolean |
Indicates whether the call was successful. |
true |
Examples
Success response
JSON format
{
"RequestId": "0bc1ec92159376",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The 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. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.