efa tenant execution

Syntax

efa tenant execution delete [--days int32 | --help]
efa tenant execution show [--help | --limit int32 | --status failed | succeeded | all ]
efa tenant execution show-event [--device | --execution-id | --help]

Parameters

--days int32
Deletes execution entries older than the specified days (default 30).
--device
Filters execution entries on IP address.
--help
Provides help for the selected command.
--limit int32
Limits the number of executions to be listed. Value "0" will list all the executions. (default 10)
--status
Filters the executions based on the status (failed/succeeded/all) (default "all").
--execution-id
Filters execution entries on execution UUID.

The following example shows efa tenant execution show command.

# efa tenant execution show
+--------------------+-----------------------------------------+-----------+----------------------+----------------------+-----------+
|         ID         |                 COMMAND                 |  STATUS   |      START TIME      |       END TIME       | USER NAME |
+--------------------+-----------------------------------------+-----------+----------------------+----------------------+-----------+
| 4c193423-a7bc-4dc5 | tenant update:updateTenant              | Failed    | 2020-05-20T10:20:19Z | 2020-05-20T10:20:19Z | root      |
| 4c95d4e5-ad96-4d81 | tenant update:updateTenant              | Failed    | 2020-05-20T10:20:14Z | 2020-05-20T10:20:14Z | root      |
| 6583f01f-87f1-4870 | delete executions time > 30             | Completed | 2020-05-19T23:53:23Z | 2020-05-19T23:53:23Z |           |
|                    | days:DeleteExecutions                   |           |                      |                      |           |
| d38c97d9-8596-4636 | po create:CreatePortChannel             | Failed    | 2020-05-19T11:54:01Z | 2020-05-19T11:54:01Z | root      |
| b1fd2aca-9b74-4b1b | po create:CreatePortChannel             | Failed    | 2020-05-19T11:54:01Z | 2020-05-19T11:54:01Z | root      |
| 68883d88-8c37-4cd3 | po create:CreatePortChannel             | Failed    | 2020-05-19T11:54:01Z | 2020-05-19T11:54:01Z | root      |
| bf41fcae-9d58-4399 | po create:CreatePortChannel             | Failed    | 2020-05-19T11:54:01Z | 2020-05-19T11:54:01Z | root      |
| e121f092-98e7-486d | tenant create:CreateTenant              | Failed    | 2020-05-19T11:54:00Z | 2020-05-19T11:54:00Z | root      |
| dc8cd04e-b82f-444a | show-running-config:GetCLIRunningConfig | Completed | 2020-05-19T11:04:02Z | 2020-05-19T11:04:02Z | root      |
| 06c4b6ab-b143-48ac | delete executions time > 30             | Completed | 2020-05-18T23:53:23Z | 2020-05-18T23:53:23Z |           |
|                    | days:DeleteExecutions                   |           |                      |                      |           |
+--------------------+-----------------------------------------+-----------+----------------------+----------------------+-----------+
--- Time Elapsed: 80.76863ms ---
efa tenant execution show-event

The following example shows efa tenant execution show-event command.

# efa tenant execution show-event
+----------------+------+---------+-------+--------+--------------+----------------+---------+-------+
| EXECUTION UUID | DATE | SERVICE | EVENT | DEVICE | MESSAGE-TYPE | MESSAGE-OBJECT | MESSAGE | ERROR |
+----------------+------+---------+-------+--------+--------------+----------------+---------+-------+
+----------------+------+---------+-------+--------+--------------+----------------+---------+-------+
--- Time Elapsed: 77.863544ms ---
efa tenant execution delete[ --days value ]
--days
Delete execution entries older than the specified days.

The following example shows efa tenant execution delete command.

# efa tenant execution delete --days 20