LogsPlexusResource
The log file resource handler. It returns the content of the requested log file on incoming GET methods.
The following resources are part of this group:
/logs/{fileName}
Mount Point: /rest/logs/{fileName}
GET
The default handler. It simply extracts the requested file name and gets the file's InputStream from Nexus instance. If Nexus finds the file appropriate, the handler wraps it into InputStream representation and ships it as "text/plain" media type, otherwise HTTP 404 is returned.
Parameters
name | description | type | default |
---|---|---|---|
fileName | The file name to retrieve (as defined in the log list resource response). | path |
Response Body
element: | (custom) |
media types: | text/plain |
(no documentation provided)