efa tenant show

Displays brief or detailed tenant details.

Syntax

efa tenant show [ --name tenant-name | --detail ]

Parameters

--name tenant-name
Specifies the name of the tenant.
--detail
Displays detailed output of the tenant. When this parameter is not used, only brief tabular output is returned.

Examples

Use this syntax to return brief output of all configured tenants.
$ efa tenant show
Use this syntax to return brief output of a specific tenant.
$ efa tenant show --name tenant21
Use this syntax to return detailed output of a specific tenant.
$ efa tenant show --name tenant21 --detail