Skip to content

Files

19 lines (15 loc) · 1.25 KB

CommandslistResults.md

File metadata and controls

19 lines (15 loc) · 1.25 KB

CommandslistResults

Properties

Name Type Description Notes
Name string The name of the Command. [optional] [default to null]
Command string The Command to execute. [optional] [default to null]
CommandType string The Command OS. [optional] [default to null]
LaunchType string How the Command is executed. [optional] [default to null]
ListensTo string [optional] [default to null]
Schedule string A crontab that consists of: [ (seconds) (minutes) (hours) (days of month) (months) (weekdays) ] or [ immediate ]. If you send this as an empty string, it will run immediately. [optional] [default to null]
Trigger string Trigger to execute command. [optional] [default to null]
ScheduleRepeatType string When the command will repeat. [optional] [default to null]
Organization string The ID of the Organization. [optional] [default to null]
Id string The ID of the command. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]