Returns the processing result sent by an extension after a process in Operation Center is blocked by the extension.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| MessageId | string | Yes | The ID of the message received when the related extension point event is triggered after you enable message subscription by using the OpenEvent module. | 03400b03-b721-4c34-8727-2d6884077091 |
| ExtensionCode | string | Yes | The code of the extension. | 58e95e2acd6f408e8707f1bf2591f9e9 |
| CheckResult | string | Yes | The check result of the extension point event. Valid values: OK and Fail. | FAIL |
| CheckResultTip | string | No | The cause of the check failure. | SQL is too long |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "0bc1ec92159376****",
"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
