Updates information for a batch processing task, such as the data source configuration, data processing configuration, and tags.
Operation description
You can update a batch processing task only when its status is Ready or Failed. The update does not change the current status of the task.
After the update, an incomplete batch processing task does not automatically resume. To resume the task, call the ResumeBatch operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
imm:UpdateBatch |
update |
*Batch
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectName |
string |
Yes |
The project name. For more information, see Create a project. |
test-project |
| Id |
string |
Yes |
The ID of the batch processing task. For more information, see Create a batch processing task. |
batch-4eb9223f-3e88-42d3-a578-3f2852****** |
| Input | Input |
No |
The data source configuration. |
|
| Actions |
array<object> |
No |
A list of data processing templates. |
|
|
object |
No |
Template information. |
||
| Name |
string |
No |
The template name. |
doc/convert |
| Parameters |
array |
No |
A list of template parameters. |
|
|
string |
No |
A template parameter. |
pages=3 |
|
| Tags |
object |
No |
Custom tags used to search for and filter asynchronous tasks. |
{"key":"val"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
CB4D73A3-BAF4-4A9D-A631-15F219AF**** |
Examples
Success response
JSON format
{
"RequestId": "CB4D73A3-BAF4-4A9D-A631-15F219AF****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.