IdentifyHashPlexusResource

Resource that is able to fetch the identified Nexus Artifact. The used hash algorithm and hash key are coming from request attributes, and are posibly mapped from URL. Recognized algorithms: "sha1" and "md5".

The following resources are part of this group:

/identify/{algorithm}/{hash}

Mount Point: /rest/identify/{algorithm}/{hash}

GET

Retrieve artifact details using a hash value.

Parameters

name description type default
algorithm The hash algorithm (i.e. md5 or sha1). path
hash The hash string to compare. path

Response Body

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

(no documentation provided)