dashy_config
Manage Dashy dashboard configuration files: retrieve, list, or replace YAML config files using the Dashy REST API.
Instructions
dashy config operations on Dashy. Pass operation and an arguments dict matching that operation's parameters.
dashy_get_config(filename='') — Get a full Dashy config file as JSON. Defaults to conf.yml.
dashy_list_config_files() — List the YAML config files available on the Dashy instance.
dashy_replace_config(config, filename='') — Replace an entire Dashy config file.
configmust be a full config object (pageInfo, appConfig, sections, pages) -- this is a complete overwrite, not a merge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |