📣
TiDB Cloud Essential is now in public preview. Try it out →

ticloud serverless audit-log filter-rule describe

Describe an audit log filter rule for a TiDB Cloud Essential cluster.

ticloud serverless audit-log filter-rule describe [flags]

Examples

Describe an audit log filter rule in interactive mode:

ticloud serverless audit-log filter-rule describe

Describe an audit log filter rule in non-interactive mode:

ticloud serverless audit-log filter-rule describe --cluster-id <cluster-id> --filter-rule-id <rule-id>

Flags

FlagDescriptionRequiredNote
-c, --cluster-id stringThe ID of the cluster.YesOnly works in non-interactive mode.
--filter-rule-id stringThe ID of the filter rule.YesOnly works in non-interactive mode.
-h, --helpShows help information for this command.NoWorks in both interactive and non-interactive modes.

Inherited flags

FlagDescriptionRequiredNote
-D, --debugEnables debug mode.NoWorks in both interactive and non-interactive modes.
--no-colorDisables color output.NoOnly works in non-interactive mode.
-P, --profile stringSpecifies the profile to use from your configuration file.NoWorks in both interactive and non-interactive modes.

Feedback

If you have any questions or suggestions on the TiDB Cloud CLI, feel free to create an issue. Also, we welcome any contributions.

Was this page helpful?