Skip to main content
Version: 1.3.x

tctl get

tctl get

Get one or multiple objects

tctl get <apiVersion/kind | kind | shortform> [<name>] [flags]

Examples

# List tenants using the apiVersion/Kind pattern
tctl get api.tsb.tetrate.io/v2/Tenant

# List workspaces using the kind
tctl get workspace

# Get a single workspace using the short form
tctl get ws my-workspace

# List gateway groups of a workspace
tctl get --workspace my-workspace GatewayGroup

# Get all resources within a tenant
tctl get all --tenant foo

# Get all resources within a workspace
tctl get all --tenant foo --workspace bar

# Get all resources within a given group
tctl get all --tenant foo --workspace bar --gatewaygroup baz

Group kind is available for different apis, so this helpers are available to easly retrieve them:
- TrafficGroup
- SecurityGroup
- GatewayGroup

These are the available short forms:
aab: ApplicationAccessBindings
ap: AuthorizationPolicy
apiab: APIAccessBindings
app: Application
cs: Cluster
dr: DestinationRule
gab: GatewayAccessBindings
gg: GatewayGroup
gw: Gateway
ig: IngressGateway
oab: OrganizationAccessBindings
org: Organization
os: OrganizationSetting
pa: PeerAuthentication
ra: RequestAuthentication
sab: SecurityAccessBindings
sd: Sidecar
sg: SecurityGroup
sr: ServiceRoute
ss: SecuritySetting
svc: Service
t1: Tier1Gateway
tab: TrafficAccessBindings
tg: TrafficGroup
tnab: TenantAccessBindings
ts: TrafficSetting
vs: VirtualService
wab: WorkspaceAccessBindings
ws: Workspace
wss: WorkspaceSetting

For api version and kind, please refer at: https://docs.tetrate.io/service-bridge/en-us/refs/tsb/v2/

Options

      --org string                Organization the object belongs to
--tenant string Tenant the object belongs to
-w, --workspace string Workspace the object belongs to
-g, --group string Group the object belongs to
-t, --trafficgroup string Traffic group the object belongs to
-s, --securitygroup string Security group the object belongs to
-l, --gatewaygroup string Gateway group the object belongs to
-a, --application string Application the object belongs to
--api string API the object belongs to
-o, --output-directory string Response output type: table, yaml, json (default "table")
-h, --help help for get

Options inherited from parent commands

      --config string    Path to the config file to use. Can also be
specified via TCTL_CONFIG env variable. This flag
takes precedence over the env variable.
--debug Print debug messages for all requests and responses
-p, --profile string Use specific profile (default "default")