The "importwellsbyreference" web service imports a well dataset 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}/wells/import/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 dataset. The following parameters are available:
name: specifies a name of the being imported well dataset
path: specifies an URL to the being imported well dataset
host: specifies a host where the being imported well dataset is located
overwrite: identifies whether an existing well dataset should be overwritten. This is an optional parameter. The default is false.
tags: specifies tags of the being imported well dataset. This is an optional parameter.
files: a file containing a being imported well dataset. This is required parameter.