efa fabric execution
	
	
	Displays the RESTAPI executions, event
		histories, and deletes entries older than the specified days.
		Syntax
			
			efa fabric execution
					delete
				[
					--days int32
					|
					--help
					]
				
			
			efa fabric execution
					show
				[
					--help
					|
					--id
					execution id
					|
					--limit int32
					number of executions
					|
					--status string
					failed | succeeded |
						all
					]
				
			
			efa fabric execution show-event
				[
					--device
					ip address
					|
					--execution-id
					execution id
					|
					--help
					]
				
			
		
		Parameters
			
			
				
					- --days int32
					
- Deletes execution entries older than the specified days (default 30).
- --device
					
- Filters on IP address.
- --execution-id
					
- Filters on Execution UUID.
- --id
					
- Filters the executions based on the
						execution id. "Limit" and "status" flags are ignored when the "id" flag is
						given.
- --help
					
- Provides help for the selected command.
- --limit
					
- Limits the number of executions to be
						listed. A value of "0" lists all the executions. The default is 10.
- --status
					
- Filters the executions based on the status
						(failed, succeeded, all). The default is "all".
Examples
			
			
				efa fabric execution show