GetTemplateParameterInsights does for each template in a given timeframe, look for the latest workspace build (for every workspace) that has been created in the timeframe and return the aggregate usage counts of parameter values.
(ctx context.Context, arg GetTemplateParameterInsightsParams)
| 722 | // created in the timeframe and return the aggregate usage counts of parameter |
| 723 | // values. |
| 724 | GetTemplateParameterInsights(ctx context.Context, arg GetTemplateParameterInsightsParams) ([]GetTemplateParameterInsightsRow, error) |
| 725 | // GetTemplatePresetsWithPrebuilds retrieves template versions with configured presets and prebuilds. |
| 726 | // It also returns the number of desired instances for each preset. |
| 727 | // If template_id is specified, only template versions associated with that template will be returned. |
no outgoing calls