efa openstack execution
 
   
  Provides OpenStack execution
		commands.
 Syntax
 
	 efa openstack execution
					delete
				[
					--days
					days
					]
			
			efa openstack execution
					show
				[
					--id
					id
					|
					--limit
					num
					|
					--status
					{failed | succeeded |
						all}
					]
			
 
	 Parameters
 
		 
		   
			 - --days
							days
					
- Deletes execution entries older than the
						specified days. The default is 30.
- --id
							id
- Filters the executions based on execution
						id. limitandstatusflags are ignored
						when theidflag is specified.
- --limit
							num
					
- Limits the number of executions to be listed.
						0 will list all the executions. The default is 10.
- --status
							{failed | succeeded |
							all}
					
- Filters the executions based on the status.
						The default is all.