kusto_show_command
Execute Kusto .show management commands to retrieve database metadata or system information from a specified cluster.
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 | |||