Using the Nexus API docs I can retrieve a list of assets within a repository with the following curl command:
curl -u user:password -X GET 'https://nexusurl/service/rest/v1/components?repository=docker'
How can I get a specific asset? e.g. in the repository 'docker' with the path:
v2/x/manifests/1.0
I get a 404 with the following attempt:
curl -u user:password -X GET 'https://nexusurl/service/rest/v1/components?repository=docker/v2/x/manifests/1.0'
Nexus version: 3.18