lbcli get logs tls-bundles

AI Tools

Get a single TLS bundle by name.

Note

Log streaming is currently in tech preview.

Synopsis

Retrieves the full content of a TLS bundle, including the private key (if stored).

lbcli get logs tls-bundles [flags]

Examples

# Get the TLS bundle named "loki-prod-bundle" lbcli -J $JWT get logs tls-bundles --name=loki-prod-bundle # Get in JSON format lbcli -J $JWT get logs tls-bundles --name=rsyslog-bundle -o json

Flag

Short

Type

Default

Description

--help

-h

bool


Help for tls-bundles.

--name


string


Name of the TLS bundle (required).