Reruns multiple node instances in a batch.
Operation description
You must purchase DataWorks Basic Edition or a more advanced edition to use this operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Ids |
array |
No |
The list of node instance IDs. |
|
|
integer |
No |
The node instance ID. |
1234 |
|
| Comment |
string |
No |
The remarks. |
this is a comment |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID, which is used to locate logs and troubleshoot issues. |
22C97E95-F023-56B5-8852-B1A77A1**** |
| SuccessInfo |
object |
The result information of the batch operation. The structure is a map in which the key is the node instance ID and the value is the result information. |
|
|
object |
结果信息。 |
||
| Success |
boolean |
操作是否成功。 |
true |
| Message |
string |
错误信息。 |
The instance does not exist. |
Examples
Success response
JSON format
{
"RequestId": "22C97E95-F023-56B5-8852-B1A77A1****",
"SuccessInfo": {
"key": {
"Success": true,
"Message": "The instance does not exist."
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.