Retrieves the client upgrade time configuration.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:GetPublishCron |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique identifier for each request. You can use the ID to troubleshoot issues. |
30CBF632-109F-596F-97F2-451C8B2A**** |
| Data |
object |
The publish scheduling configuration. |
|
| Cron |
string |
The cron expression for the upgrade start time. |
0 0 7 * * ? |
| Duration |
integer |
The upgrade duration. Unit: hours. |
24 |
| CronType |
string |
The upgrade start cycle type. Valid values:
|
day |
| CronDay |
string |
The day of the week for the upgrade. Valid values:
|
MON |
| CronTime |
integer |
The publish start timestamp. Unit: milliseconds. |
1724522400000 |
Examples
Success response
JSON format
{
"RequestId": "30CBF632-109F-596F-97F2-451C8B2A****",
"Data": {
"Cron": "0 0 7 * * ?",
"Duration": 24,
"CronType": "day",
"CronDay": "MON",
"CronTime": 1724522400000
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.