[Question] equivalent api for docker service ps --no-trunc [swarm service name]
I am wondering if there is an api to get the equivalent to docker service ps --no-trunc servicename
I have tried to explore the api surface but can't see an obvious match.
Doesn't ListServicesAsync(ServicesListParameters, CancellationToken) respectively InspectServiceAsync(string, CancellationToken) return the service information?
No from what I can see, docker service ps --no-trunc servicename returns different error information for example, when a service's tasks cannot be scheduled (are rejected) due to an error with an invalid bind mount specification the "error" given from docker service ps --no-trunc servicename is more helpful