secret_list
List Docker swarm secrets metadata without exposing secret data. Filter by ID, name, or label to narrow results. Requires a swarm manager.
Instructions
List swarm secrets' metadata; requires a swarm manager.
Like secret_inspect, results never include secret data, only metadata (name, id,
labels, timestamps). Valid filter keys: id, name, names, label (key or
key=value).
args: filters - Narrow the list; omit to return every secret returns: list - A list of secret attrs dicts (data-free)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No |