/storeConfiguration

This feature allows you to list, add or edit a store.json file using LiveRig Collector using the remote control API.

Required information

Identifying the Liverig integration qualifier
Identifying the additional collector source details for WITSML protocol

/storeConfiguration?qualifier=qualifier&instance=instance&force=true

GET http://environment.com/services/plugin-liverig/collectors/storeConfiguration

View the store.json file

Query Parameters

Name
Type
Description

instance*

string

Collector instance

qualifier*

string

Collector qualifier

force

boolean

In case of true, it will ignore the caching and it will re-read the store configuration from the collector at remote site.

?qualifier=qualifiers&instance=instance&force=true

POST http://environment.com/services/plugin-liverig/collectors/storeConfiguration

Add or edit the store.json file

Query Parameters

Name
Type
Description

qualifier*

string

Collector qualifier

instance*

string

Collector instance

force

boolean

In case of true, it will ignore the caching and it will re-read the store configuration from the collector at remote site.

Request Body

Name
Type
Description

purge

string

Set a period to purge tables

limit

integer

Set the size of the WITSML response

rigs

string

Set a list of rig objects, containing the name, units, tags, types and timestamp fields.

endpoint

string

URL service used

database

string

URL database used

Body examples for POST

Last updated

Was this helpful?