The "wellrasterlogimage" web service streams the content of an individual well raster log image.
A typical URL is http://myserver.mycompany.com:8080/INTGeoServer/api/ds/{datasourcetype}/v1/sources/{datasource}/rasterlogimages/{rasterlogimageuniqueid}/content with the GET method.
where
datasourcetype: type of a datasource, i.e. mongo, geofiles, s3, etc.
datasource: unique id of a datasource
rasterlogimageuniqueid: a unique id of a raster log image
The binary stream represents a raster graphics image in one of the supported formats.
If the specified rasterlogimageuniqueid doesn't match a valid raster log image, no JSON response will be provided. The HTTP response will only show a "InvalidUniqueId" (error 404) in its headers.