/logs/{fileName}
- Mount Point: /service/local/logs/{fileName}
The following operations are supported on this resource:
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 |
Output Payload
element | produceable content type(s) |
---|---|
(custom) |
|
description | |
(no documentation provided) |