Usage
Arguments
integer
required
id of instance to execute on
string
required
bash command surrounded by single quotes
Options
string
try to schedule a command to run hourly, daily, or monthly. Valid values are HOURLY, DAILY, WEEKLY For ex.
--schedule DAILY Choices: HOURLY, DAILY, WEEKLYstring
Start date/time in format ‘YYYY-MM-DD HH:MM:SS PM’ (UTC). Default is now. (optional)
string
End date/time in format ‘YYYY-MM-DD HH:MM:SS PM’ (UTC). Default is 7 days from now. (optional)
integer
default:"0"
Day of week you want scheduled job to run on (0-6, where 0=Sunday) or ”*”. Default will be 0. For ex.
--day 0integer
default:"0"
Hour of day you want scheduled job to run on (0-23) or ”*” (UTC). Default will be 0. For ex.
--hour 16Description
Available commands:
Returns the output of the command executed on the instance. May take a few seconds to retrieve results.