Modifies properties configured for multiple instances at a time. The properties include the priority, resource group for scheduling, and data source.
Operation description
This API operation is available for all DataWorks editions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TaskInstances | array<object> | No | The instances. | |
object | No | |||
Id | long | Yes | The instance ID. | 1234 |
Priority | integer | No | The priority of the instance. Valid values: 1, 3, 5, 7, and 8. A larger value indicates a higher priority. Default value: 1. | 1 |
RuntimeResource | string | No | The resource group information. Set this parameter to the ID of a resource group for scheduling. | S_res_group_524258031846018_1684XXXXXXXXX |
DataSource | object | No | The information about the associated data source. | |
Name | string | No | The name of the data source. | mysql_test |
Comment | string | No | The remarks. | this is a comment |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "22C97E95-F023-56B5-8852-B1A77A17XXXX\n",
"SuccessInfo": {
"key": {
"Success": true,
"Message": ""
}
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history