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 limitandstatusflags are ignored
						when theidflag is used.
- --limit
							exec-limit
					
- Limits the number of log entries to be
						listed. Enter 0to show all of the executions. The default
						is10.
- --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.