ExecuteCallTask
Executes a call task.
Operation description
QPS limits
You can call this operation up to 100 times per second per account.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dyvms:ExecuteCallTask |
create |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
integer |
Yes |
The task ID. You can call the CreateCallTask operation to obtain the task ID. |
2256**** |
| Status |
string |
Yes |
The task state. Valid values:
|
RUNNING |
| FireTime |
string |
No |
The time when the call task is executed, in the yyyy-MM-dd HH:mm:ss format. Note
You can leave this parameter empty. |
2021-03-09 00:00:00 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| Code |
string |
The response code. |
200 |
| Data |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| RequestId |
string |
The request ID. |
53D0F0Fe-cbbB-De28-6FCd-DdbBcefA46dD |
Examples
Success response
JSON format
{
"Code": "200",
"Data": true,
"RequestId": "53D0F0Fe-cbbB-De28-6FCd-DdbBcefA46dD"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameters | The parameter is invalid. | The specified parameter is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.