efa rbac execution
 
   
  Displays or deletes the execution logs
		of the Auth and RBAC services.
 Syntax
 
	 efa rbac execution show
				[
					--id
					id
					|
					--limit
					exec-limit
					|
					--status {
					failed | succeeded |
						all
					}]
				
			
			efa rbac execution
					delete
				[
					--day
					 days
					]
				
			
 
	 Parameters
 
		
				
					- --id
							id
					
 
					- Filters the log entries based on execution
						ID. The 
limit and status flags are ignored
						when the id flag is used. 
				
				
					- --limit
							exec-limit
					
 
					- Limits the number of log entries to be
						listed. Enter 
0 to show all of the executions. The default
						is 10.  
				
				
					- --status
							{
							failed |
								succeeded | all
							}
					
 
					- Filters the log entries based on the status.
						The default is 
all. 
				
				
					- --day
							days
					
 
					- Deletes log entries older
						than the specified number of days. The default is 30 days.