Updates the topic, level, and category of a table.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | UpdateTableModelInfo |
The operation that you want to perform. |
FirstLevelThemeId | Long | Yes | 101 |
The ID of the level -1 topic. |
LevelId | Long | Yes | 101 |
The level ID. |
RegionId | String | Yes | cn-shanghai |
The ID of the region where the event log was recorded. |
SecondLevelThemeId | Long | Yes | 101 |
The ID of the level -2 topic. |
TableGuid | String | Yes | odps.test.table1 |
The guid of the table. Format: odps.{projectName}.{tableName}. |
LevelType | Integer | No | 1 |
The level type. Valid values: 1 (logical level) and 2 (physical level). |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | abcde |
The ID of the request. |
UpdateResult | Boolean | true |
Indicates whether the table is successfully updated. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=UpdateTableModelInfo &FirstLevelThemeId=101 &LevelId=101 &RegionId=cn-shanghai &SecondLevelThemeId=101 &TableGuid=odps.test.table1 &<common request parameters>
Sample success responses
XML
format
<RequestId>abcde</RequestId> <UpdateResult>true</UpdateResult>
JSON
Format
{ "RequestId": "abcde", "UpdateResult": true }
Error codes
HttpCode | Error codes | Error message | Description |
---|---|---|---|
500 | InternalError.System | An internal system error occurred. Try again later. | An internal system error occurred. Please try again later. |
500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | An internal system error occurred. Please try again later. |
429 | Throttling.Api | The request for this resource has exceeded your available limit. | The request for the resource exceeds your available upper limit. |
429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | The request for the resource has exceeded your daily availability limit. |
429 | Throttling.System | The DataWorks system is busy. Try again later. | DataWorks the system is busy, please try again later. |
429 | Throttling.User | Your request is too frequent. Try again later. | Your request is too frequent, please try to slow down the request speed. |
403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | You have restricted access. Please activate DataWorks Enterprise Edition or above. |
Go to the Error CenterFor more information, see error codes.