kusto_show_command
Execute read-only .show management commands on a Kusto database to retrieve metadata and configuration, returned as JSON.
Instructions
Executes a Kusto .show management command on the specified database.
If no database is provided, it will use the default database.
Only .show commands are accepted.
:param command: The .show command to execute.
:param cluster_uri: The URI of the Kusto cluster.
:param database: Optional database name. If not provided, uses the default database.
:param client_request_properties: Optional dictionary of additional client request properties.
:return: The result of the command execution as a list of dictionaries (json).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| database | No | ||
| cluster_uri | Yes | ||
| client_request_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||