kusto_command
Execute a Kusto management command on a specified database to manage or query data. Optionally provide database name and client request properties.
Instructions
Executes a kusto management command on the specified database. If no database is provided,
it will use the default database.
:param command: The kusto management 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 | ||
| cluster_uri | Yes | ||
| database | No | ||
| client_request_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||