Queries the check results of extension point events.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
No |
The ID of the workspace. |
123465 |
| EventCode |
string |
Yes |
The extension point event code. |
commit-file |
| Operator |
string |
No |
The operator ID. |
123333232 |
| PageSize |
integer |
No |
The number of entries per page. |
10 |
| PageNumber |
integer |
No |
The page number. Default value: 1. |
1 |
| Status |
string |
No |
The check status of the extension. Valid values:
|
True |
| MessageId |
string |
No |
The message ID in DataWorks OpenEvent. You can obtain this ID from the event message that is received when an extension point event is triggered. |
03400b03-b721-4c34-8727-2****1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
0000-ABCD-EF**** |
| PagingInfo |
object |
The pagination information. |
|
| PageNumber |
integer |
The page number. |
1 |
| PageSize |
integer |
The number of entries per page. |
10 |
| TotalCount |
integer |
The total number of entries returned. |
12 |
| CheckProcesses |
array<object> |
The check details of the extension. |
|
|
object |
|||
| ProjectId |
integer |
The ID of the DataWorks workspace. |
32563 |
| Status |
string |
The check status of the extension. Valid values:
|
CHECKING |
| EventCode |
string |
The extension point event code. |
commit-file |
| EventName |
string |
The name of the extension point event. |
DnsEvent |
| EventNameEn |
string |
The English name of the event. |
Pre-event for Node Commit |
| ProcessName |
string |
The name of the check object, such as the file name or node name. |
odps_sql_test |
| MessageId |
string |
The message ID in DataWorks OpenEvent. You can obtain this ID from the event message that is received when an extension point event is triggered. |
b824a5de-4223-4315-af3e-c4449d236db4 |
| ProcessId |
string |
The ID of the process instance. |
rdk_generate_d395da25-b0d3-4114-b2a5-d0247444a661_none_3496903_365203 |
| Operator |
string |
The operator ID. |
297635 |
Examples
Success response
JSON format
{
"RequestId": "0000-ABCD-EF****",
"PagingInfo": {
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 12,
"CheckProcesses": [
{
"ProjectId": 32563,
"Status": "CHECKING",
"EventCode": "commit-file",
"EventName": "DnsEvent",
"EventNameEn": "Pre-event for Node Commit",
"ProcessName": "odps_sql_test",
"MessageId": "b824a5de-4223-4315-af3e-c4449d236db4",
"ProcessId": "rdk_generate_d395da25-b0d3-4114-b2a5-d0247444a661_none_3496903_365203",
"Operator": "297635"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.