Modifies a scheduled task. If an existing scheduled task cannot meet your business requirements, you can call the ModifyScheduledTask operation to adjust its parameter settings including the scaling rule to execute and the boundary values of your scaling group, without the need to create a new scheduled task. This operation provides a flexible way to optimize scheduled tasks.
Operation description
You can use the following parameters to specify the scaling method of a scheduled task:
- If you use the
ScheduledAction
parameter, you must select an existing scaling rule for the scheduled task. - If you use the
ScalingGroupId
parameter, you must specify the minimum number, maximum number, or expected number of instances in the scheduled task.
ScheduledAction
and ScalingGroupId
parameters at the same time.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
ess:ModifyScheduledTask | update |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ScheduledTaskId | string | Yes | The ID of the scheduled task. | edRtShc57WGXdt8TlPbr**** |
ScheduledTaskName | string | No | The name of the scheduled task. The name must be 2 to 64 characters in length, and can contain letters, digits, underscores (_), hyphens (-), and periods (.). It must start with a letter or a digit. The name of the scheduled task must be unique in the region and within the Alibaba Cloud account. | scheduled**** |
Description | string | No | The description of the scheduled task. The description must be 2 to 200 characters in length. | Test scheduled task. |
ScheduledAction | string | No | The scaling rule that you want to execute when the scheduled task is triggered. Enter the ID of the scaling rule. To obtain the ID of a scaling rule, go to the scaling rule details page. If you specify Note
You can specify only one of ScheduledAction and ScalingGroupId .
| ari:acs:ess:cn-hangzhou:14069264****:scalingrule/asr-bp12tcnol686y1ik**** |
RecurrenceEndTime | string | No | The end time of the scheduled task. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mmZ format. The time must be in UTC. You cannot enter a point in time that is later than 365 days from the point in time at which the scheduled task is modified. | 2014-08-20T16:55Z |
LaunchTime | string | No | The point in time at which the scheduled task is triggered. The time follows the ISO 8601 standard in the YYYY-MM-DDThh:mmZ format. The time must be in UTC. You cannot enter a time point later than 90 days from the point in time at which the scheduled task is modified.
| 2014-08-18T10:52Z |
RecurrenceType | string | No | The interval at which the scheduled task is repeated. Valid values:
After you modify the scheduled task, the values that you specify for the | Daily |
RecurrenceValue | string | No | The number of recurrences of the scheduled task.
After you modify the scheduled task, the values that you specify for the | 2 |
TaskEnabled | boolean | No | Specifies whether to enable the scheduled task. Valid values:
Default value: true. | true |
LaunchExpirationTime | integer | No | The time period during which the failed scheduled task is retried. Unit: seconds. Valid values: 0 to 1800. Default value: 600. | 600 |
MinValue | integer | No | The minimum number of instances in the scaling group if you specify the ScalingGroupId parameter. | 0 |
MaxValue | integer | No | The maximum number of instances in the scaling group if you specify the ScalingGroupId parameter. | 10 |
DesiredCapacity | integer | No | The expected number of instances in the scaling group if you specify the ScalingGroupId parameter. Note
You must specify the DesiredCapacity parameter when you create a scaling group.
| 10 |
ScalingGroupId | string | No | The ID of the scaling group whose number of instances must be modified when the scheduled task is triggered. If you specify the Note
You cannot specify the ScheduledAction and ScalingGroupId parameters at the same time.
| asg-bp18p2yfxow2dloq**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3****"
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | Throttling | Request was denied due to request throttling. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|