efa openstack execution
Provides OpenStack execution
commands.
Syntax
efa openstack execution
delete
[
--days int32
|
--help
]
efa openstack execution show
[
--help
|
--id
|
--limit int32
|
--status
]
Parameters
- delete
- Deletes execution entries older than the
specified days
- --days int32
- Deletes execution entries older than the
specified days. Default is 30.
- --id
- Filters the executions based on execution
id. "limit" and "status" flags are ignored when "id" flag is given.
- --help
- Provides help for execution
- --limit int32
- Limits the number of executions to be listed.
Value "0" will list all the executions. Default is 10.
- show
- Displays the list of executions.
- --status
- Filters the executions based on the status
(failed, succeeded, all). Default is all.