list_engines
View available compute engines in IBM watsonx.data, filtered by type (Presto, Prestissimo, Spark) or all. Returns engine details and summary counts.
Instructions
List available Presto, Prestissimo, and Spark compute engines in watsonx.data.
Args: engine_type: Optional filter - "presto", "prestissimo", "spark", or None for all engines
Returns: Dict with: - engines: List of engine objects with engine_id, display_name, type, status, size (if applicable), created_on, created_by, associated_catalogs - summary: Counts by type and status (total_count, presto_count, prestissimo_count, spark_count, by_status)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||