get_replication_status
Retrieve replication status for a table or entire database in CockroachDB, providing details about range replication and distribution for monitoring and management.
Instructions
Get replication and distribution status for a table or the whole database.
Args: table_name (str): Table name to filter (default: "", for all tables).
Returns: Details about range replication for a specific table or the current database.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |