Sets the execution time for an over-the-air update.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:ModifyAppInstanceGroupAttribute |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppInstanceGroupId |
string |
Yes |
The delivery group ID. You can call ListAppInstanceGroup to obtain the ID. |
aig-9ciijz60n4xsv**** |
| BizRegionId |
string |
Yes |
The region ID of the delivery group. You can call ListRegions to query the list of regions supported by Wuying Cloud Application. |
cn-hangzhou |
| TaskId |
string |
Yes |
The over-the-air upgrade task ID. You can call ListAppInstanceGroup to obtain the ID. Note
Each successful call of |
ota-be7jzm29wrrz5**** |
| OtaType |
string |
Yes |
The over-the-air upgrade task type. Valid values:
|
Fota |
| StartTime |
string |
Yes |
The start time of the over-the-air upgrade task. Specify the time in ISO 8601 format. |
2022-08-04T14:36:00+08:00 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| Code |
string |
The execution result. A value of |
OtaTask.Running |
| Message |
string |
The error message. This parameter is not returned when |
The task is running and cannot be sumitted. |
Examples
Success response
JSON format
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"Code": "OtaTask.Running",
"Message": "The task is running and cannot be sumitted."
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.