The "importlaswelllogbyreference" web service imports a LAS well log located at some data source in the specified data source.
A typical URL is http://myserver.mycompany.com:8080/INTGeoServer/api/ds/{datasourcetype}/v1/sources/{datasource}/logs/import/las/byreference with the POST method.
where
datasourcetype: type of a datasource, i.e. mongo, s3, etc.
datasource: unique id of a datasource
The following parameters are available:
importoptions: a JSON object that specifies parameters of the being imported well log dataset. The following parameters are available:
wellName: specifies a name of the well the log must be imported to
name: specifies a name of the being imported well log dataset
path: specifies an URL to the being imported well log dataset
host: specifies a host where the being imported well log dataset is located
overwrite: identifies whether an existing well log dataset should be overwritten. This is an optional parameter. The default is false.
tags: specifies tags of the being imported well log dataset. This is an optional parameter.
files: a file containing a being imported well log dataset. This is required parameter.