curl --request GET \
--url http://localhost:8000/docker/pull-status \
--header 'Authorization: Basic <encoded-value>'Get status of all pull operations.
Args: docker_service: Docker service dependency
Returns: Dictionary with all pull operations and their statuses
curl --request GET \
--url http://localhost:8000/docker/pull-status \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?