config_list
List Docker swarm configs with optional filters for id, name, names, or label. Returns config attributes 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).
args: filters - Narrow the list; omit to return every config returns: list - A list of config attrs dicts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No |