|
Parameter |
Type |
Description |
Example |
|---|---|---|---|
|
object |
The notification object. It supports multiple message middleware. For more information about the message format, see Asynchronous notification message format. Choose one of the following methods to receive messages:
|
||
| MNS | MNS |
The MNS notification parameter object. |
|
| RocketMQ | RocketMQ |
The RocketMQ notification parameter object. |
|
| ExtendedMessageURI |
string |
Use an Object Storage Service (OSS) file to receive task notifications. If you provide the URI of this file, detailed task execution information is written to the file in a JSON structure. Normally, you receive notifications through EventBridge, MNS, or RocketMQ. However, some tasks generate large amounts of information, such as archive previews or decompression tasks. For these tasks, provide this file to get the complete execution results. The OSS URI format is oss://${Bucket}/${Object}. Important This file is not a notification method. It only serves as a medium to receive detailed task execution information. Task status is sent through standard message notifications. This file contains only the detailed execution information.
|
oss://test-bucket/test-object.json |