Request parameters
| Parameter Name | Description | Required |
| id | ID of the schedule to be updated | true |
| description | Description of the schedule | false |
| details | Map of (key/value pairs) details for the schedule. | false |
| enabled | Enable or disable the schedule. | false |
| enddate | End date after which the schedule becomes inactive. | false |
| schedule | Schedule for action on resource in cron format. | false |
| startdate | Start date from which the schedule becomes active. | false |
| timezone | Specifies a timezone for this command. | false |
Response Tags
| Response Name | Description |
| id | The ID of resource schedule |
| action | Action |
| created | Date when the schedule was created |
| description | Description of resource schedule |
| details | Schedule details |
| enabled | Resource schedule is enabled |
| enddate | Date after which the schedule becomes inactive |
| resourceid | ID of the resource |
| resourcetype | Type of the resource |
| schedule | Cron formatted resource schedule |
| startdate | Date from which the schedule is active |
| timezone | Timezone of the schedule |