Service List
Lists all services in the Docker Swarm cluster. This endpoint retrieves information about services that have been created and are managed by the Swarm orchestrator. The response includes details such as service IDs, names, replicas, update configurations, and task templates. Filters can be applied using query parameters to narrow down results based on specific criteria like service name, ID, or labels. This operation requires the Docker daemon to be running in Swarm mode and is typically used...