NugetArtifactRedirectResource

Redirects to the NuGet content location given a repositoryId, artifactId, and version.

The following resources are part of this group:

/artifact/nuget/redirect

Mount Point: /rest/artifact/nuget/redirect

GET

Emits HTTP redirects (or Not found) to the location of the requested artifact.

This resource never returns any content, only HTTP RFC - 10.3.8 307 Temporary Redirect or HTTP RFC - 10.4.5 404 Not Found. The HTTP client accessing this resource has to follow the redirection to get to the content of the artifact.

Prior versions of this resource may have responded with an inappropriate HTTP RFC - 10.3.2 301 Moved Permanently instead of 307 Temporary Redirect.

Parameters

name description type default
r Repository that the artifact is contained in (Required). query
a Artifact id of the artifact (Required). query
v Version of the artifact (Required). query

Response Body

element: (custom)
media types: */*
application/xml

(no documentation provided)