efa auth execution

Deletes or displays the authorization execution logs.

Syntax

efa auth execution delete --days int32

Deletes execution entries that are older than the specified number of days (default 30).

efa auth execution show [ --id string | --limit int32 | --status string ]

Shows a list of executions.

Parameters

--id string
Filters the executions based on execution id. The limit and status flags are ignored when the id flag is specified.
--limit int32
Limits the number of executions to be listed. The value 0 lists all the executions. Default is 10.
--status string
Filters the executions based on the status (failed/succeeded/all). Default is all.

Examples

This example deletes entries older than 15 days.

efa auth execution delete 15