list-jobs
Lists information about subcommands that were started using asadmin --detach
or that contain progress information.
Description
The list-jobs
subcommand lists information about subcommands that were started using the asadmin
utility option --detach
or that contain
progress information. The --detach
option detaches long-running subcommands and executes them in the background in detach mode.
This subcommand is supported in remote mode only.
Options
- asadmin-options
-
Options for the
asadmin
utility. For information about these options, see theasadmin
help page. --help
-?
-
Displays the help text for the subcommand.
Examples
Example 1 Checking Job Status
This example provides information about subcommands that were started using asadmin --detach
or that contain progress information.
asadmin> list-jobs
JOB ID COMMAND STATE EXIT CODE TIME OF COMPLETION
1 create-cluster COMPLETED SUCCESS 2013-02-15 16:16:16 PST
2 deploy COMPLETED FAILURE 2013-02-15 18:26:30 PST
Command list-jobs executed successfully