The "importcsvwell" web service imports a CSV well in the specified data source.
A typical URL is http://myserver.mycompany.com:8080/INTGeoServer/api/ds/{datasourcetype}/v1/sources/{datasource}/wells/import/csv 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:
wellName: specifies a name of the being imported well dataset. This is an optional parameter.
overwrite: identifies whether an existing well dataset should be overwritten. This is an optional parameter. The default is false.
logName: specifies a name of the well log name. This is an optional parameter.
files: a file containing a being imported well dataset. This is required parameter.