Updates the specified scheduled SQL task.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
log:UpdateScheduledSQL |
update |
*All Resource
|
None | None |
Request syntax
PUT /scheduledsqls/{scheduledSQLName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| scheduledSQLName |
string |
Yes |
The unique name of an existing task. |
sql-123456789-123456 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| project |
string |
Yes |
The name of the project. |
ali-test-project |
| body |
object |
No |
The configuration of the scheduled SQL task. |
|
| displayName |
string |
Yes |
The display name of the task. |
ali-test-scheduled-sql |
| description |
string |
No |
The description of the task. |
更新定时SQL任务 |
| schedule | Schedule |
Yes |
The scheduling configuration of the task. |
|
| configuration | ScheduledSQLConfiguration |
Yes |
The configuration of the task. |
Response elements
|
Element |
Type |
Description |
Example |
None defined.
Examples
Success response
JSON format
{}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 401 | AuthorizationRequired | Authorization Required |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.