efa openstack execution

Provides OpenStack execution commands.

Syntax

efa openstack execution delete [ --days int32 ]
efa openstack execution show [ --id | --limit int32 | --status ]

Parameters

delete
Deletes execution entries older than the specified days
--days int32
Deletes execution entries older than the specified days. The default is 30.
--id
Filters the executions based on execution id. limit and status flags are ignored when the id flag is specified.
--limit int32
Limits the number of executions to be listed. "0" will list all the executions. The default is 10.
show
Displays the list of executions.
--status
Filters the executions based on the status (failed, succeeded, all). The default is all.