Configures tags for an entity. Only entities of the maxcompute-table type are supported.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| QualifiedName |
string |
Yes |
The unique identifier of the entity. Example: maxcompute-table.projectA.tableA. |
maxcompute-table.projectA.tableA |
| Tags |
array |
No |
The tags. |
|
| UserEntityTag |
No |
The tag. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Data |
boolean |
Indicates whether the call was successful. Valid values: true and false. |
true |
| RequestId |
string |
The request ID. |
0000-ABCD-E**** |
| Success |
boolean |
Indicates whether the request was successful. Valid values: true and false. |
true |
| ErrorCode |
string |
The error code. |
101011005 |
| ErrorMessage |
string |
The error message. |
Invalid.Entity.EntityTypeNotSupported |
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
Examples
Success response
JSON format
{
"Data": true,
"RequestId": "0000-ABCD-E****",
"Success": true,
"ErrorCode": "101011005",
"ErrorMessage": "Invalid.Entity.EntityTypeNotSupported",
"HttpStatusCode": 200
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.