Creates a table folder. This API operation will be replaced soon. We recommend that you do not call this API operation.
Debugging
Request parameters
| Parameter | Type | Required | Example | Description |
|---|---|---|---|---|
| Action | String | Yes | CreateTableTheme |
The operation that you want to perform. |
| Level | Integer | Yes | 1 |
The level of the table folder. Valid values: 1 and 2. A value of 1 indicates a first-level table folder. A value of 2 indicates a second-level table folder. |
| Name | String | Yes | Name of the table folder |
The name of the table folder. |
| ProjectId | Long | Yes | 123 |
The ID of the DataWorks workspace. |
| RegionId | String | Yes | cn-shanghai |
The ID of the region where the service is activated. |
| ParentId | Long | No | 122 |
The ID of the level of the parent table folder. |
Response parameters
| Parameter | Type | Example | Description |
|---|---|---|---|
| ErrorCode | String | 0 |
The error code returned. |
| ErrorMessage | String | success |
The error message returned. |
| HttpStatusCode | Integer | 200 |
The HTTP status code returned. |
| RequestId | String | ABCd |
The ID of the request. |
| Success | Boolean | true |
Indicates whether the request is successful. |
| ThemeId | Long | 123 |
The ID of the created table folder. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=CreateTableTheme
&Level=1
&Name=Name of the table folder
&ProjectId=123
&RegionId=cn-shanghai
&<Common request parameters>
Sample success responses
XML format
<ThemeId>123</ThemeId>
<RequestId>ABCd</RequestId>
<HttpStatusCode>200</HttpStatusCode>
<ErrorCode>0</ErrorCode>
<ErrorMessage>success</ErrorMessage>
<Success>true</Success>
JSON format
{
"ThemeId": 123,
"RequestId": "ABCd",
"HttpStatusCode": 200,
"ErrorCode": 0,
"ErrorMessage": "success",
"Success": true
}
Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 500 | InternalError.System | An internal system error occurred. Try again later. | The error message returned because an internal error has occurred. Try again later. |
| 500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | The error message returned because an internal error has occurred. Try again later. |
| 429 | Throttling.Api | The request for this resource has exceeded your available limit. | The error message returned because the number of requests for the resource has exceeded the upper limit. |
| 429 | Throttling.Api.Risk | The request for this resource has exceeded your daily available limit. | The error message returned because the number of requests per day for the resource has exceeded the upper limit. |
| 429 | Throttling.System | The DataWorks system is busy. Try again later. | The error message returned because the DataWorks system is busy. Try again later. |
| 429 | Throttling.User | Your request is too frequent. Try again later. | The error message returned because excessive requests have been submitted within a short period of time. Try again later. |
| 403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | The error message returned because you are not allowed to perform this operation. Activate DataWorks Enterprise Edition or DataWorks Ultimate Edition. |
For a list of error codes, visit the API Error Center.