config_list
List Docker swarm configs, optionally filtered by id, name, or label, to retrieve complete config documents including base64-encoded data.
Instructions
List swarm configs; requires a swarm manager.
Unlike secrets, config attrs include the actual config data (Spec.Data, base64-encoded)
since configs are not treated as sensitive. Valid filter keys: id, name, names,
label (key or key=value). Fetch a single config by id/name with config_inspect.
Args: filters: Narrow the list; omit to return every config
Returns: list: One full config document ({"ID", "Spec", ...}) per config
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No |