Creates a topic.
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 topic. Valid values: 1 (Level -1 topic) and 2 (Level -2 topic). |
Name | String | Yes | Topic Name |
The name of the topic. |
ProjectId | Long | Yes | 123 |
The ID of the DataWorks workspace. |
RegionId | String | Yes | cn-shanghai |
The ID of the region where the event log was recorded. |
ParentId | Long | No | 122 |
Parent class ID. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
ErrorCode | String | 0 |
The error code. |
ErrorMessage | String | success |
The returned message. |
HttpStatusCode | Integer | 200 |
The HTTP status code. |
RequestId | String | ABCd |
The ID of the request. |
Success | Boolean | true |
Indicates whether the request was successful. |
ThemeId | Long | 123 |
The ID of the generated topic. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=CreateTableTheme &Level=1 &Name=theme Name&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
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.