GET v2/registry/{registry_name}/{repository_name}/digests
Summary: List All Container Registry Repository Manifests
Operation ID: registry_list_repositoryManifests
Auth: unknown
Operation ID: registry_list_repositoryManifests
Auth: unknown
Description
To list all manifests in your container registry repository, send a GET request to `/v2/registry/$REGISTRY_NAME/repositories/$REPOSITORY_NAME/digests`. Note that if your repository name contains `/` characters, it must be URL-encoded in the request URL. For example, to list manifests for `registry.digitalocean.com/example/my/repo`, the path would be `/v2/registry/example/repositories/my%2Frepo/digests`.
No probe data for this endpoint yet.