efa fabric execution

Displays the execution history for the service.

Syntax

efa fabric execution delete [ --days int32 ]
efa fabric execution show [ | --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 ]

Parameters

--days int32
Deletes execution entries older than the specified number of days (default 30).
--device ip address
Filters on IP address.
--execution-id execution id
Filters on Execution UUID.
--id execution id
Filters the executions based on the execution id. The limit and status flags are ignored when the id flag is used.
--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