Overview
This article provides information regarding the Exinda CLI command schedule
.
You can use the schedule
command to configure schedules. Schedule objects define a time range. They can be used to enable Optimizer policies at different times e.g. Work Hours/After Hours.
Information
NOTE: The following syntax convention is used:
- {}: Options are enclosed in braces and are separated by '|'
- []: Optional keywords are enclosed in brackets
- <>: User input is required where variables are enclosed in greater-than and less-than symbols
The following commands are used for creating and removing schedules:
Action Description |
Command | Parameter Description |
To create a schedule | schedule <name> days <start-day> <end-day> times <start-time> <end-time> |
|
To remove a schedule | no schedule <name> |
Not Applicable |
Example
Create an 'After Hours' schedule that includes 6pm to 8am, Monday to Friday and all day Saturday and Sunday.
schedule "After Hours" days Monday Friday times 1800 2400
schedule "After Hours" days Monday Friday times 0000 0800
schedule "After Hours" days Saturday Sunday times 0000 2400
Find more CLI commands.