Config List

The Docker Configs List API operation retrieves a list of config objects from a Docker swarm cluster. Configs are arbitrary data that can be stored in the swarm and made available to services, typically used for storing non-sensitive configuration files. This GET endpoint returns an array of config resources with their metadata including ID, version information, creation and update timestamps, and specifications such as name, labels, and data. The operation supports filtering options to narro...