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 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 10).
  
		  
				
					- show
					
 
					- Lists all Networks and its summary
						information.
 
				
				
					- --status
					
 
					- Filters the executions based on the status
						(failed/succeeded/all) (default "all").