Sends the processing result of an extension point event by an extension to DataWorks.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ExtensionCode | string | Yes | The unique code of the extension. | 8abcb91f-d266-4073-b907-2ed670378ed1 |
MessageId | string | Yes | The message ID in DataWorks OpenEvent. You can obtain the ID from a received message when an extension point event is triggered. | 03400b03-b721-4c34-8727-2d6884077091 |
CheckResult | string | Yes | The check status of the extension point event. Valid values:
| FAIL |
CheckMessage | string | No | The check message of the extension point event. If CheckResult is set to FAIL, you must provide the failure cause. |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7C352CB7-CD88-50CF-9D0D-E81BDF020E7F",
"Success": "true"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history