config_list
List all Docker Swarm configs or filter by ID, name, or label. Returns complete config documents including data from the swarm manager.
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 |