| Parameter Name | Description | Required |
| action | Action to take on the resource. | true |
| resourceid | ID of the resource for which schedule is to be defined | true |
| resourcetype | Type of the resource | true |
| schedule | Schedule for action on resource in cron format. e.g. '0 15 10 * *' for 'at 15:00 on 10th day of every month' | true |
| timezone | Specifies a timezone for this command. For more information on the timezone parameter, see TimeZone Format. | true |
| description | Description of the schedule | false |
| details | Map of (key/value pairs) details for the schedule. | false |
| enabled | Enable schedule. Defaults to true | false |
| enddate | End date after which the schedule becomes inactive. (Format "yyyy-MM-dd hh:mm:ss") | false |
| startdate | Start date from which the schedule becomes active. Defaults to current date plus 1 minute. (Format "yyyy-MM-dd hh:mm:ss") | false |