/backlog-sync
Last updated
Last updated
This feature allows you to create Backlog Sync requests via API.
This endpoint only supports WITSML protocol
POST
http://environment.com/services/plugin-liverig/collectors/backlog-sync/request
Create a new request to retrieve historical high-frequency data from WITSML Logs and supports both date time and depth information
instance*
string
Collector instance
qualifier*
string
Collector qualifier
Content-type*
string
application/json
source*
string
The source name
rigName*
string
The rig name of that source
wells*
json
An object representing the logs that will be retrieved from WITSML Store. See examples below.
start
string
ATTENTION: ONLY FOR DATE TIME requests, the Unix epoch timestamp for the initial startDateTimeindex to be retrieved.
end
string
ATTENTION: ONLY FOR DATE TIME requests, the Unix epoch timestamp for the last endDateTimeindex to be retrieved.
depth
json
ATTENTION: ONLY FOR DEPTH requests, an inner object containing start
, end
and uom
.
qualifier
string
Collector qualifier (yes, unfortunately also in body, known bug)
instance
string
Collector instance (yes, unfortunately also in body, known bug)
Source name: "Example WITSML server"
Rig name: "RIG02"
Date time range: from 01/03/2024 12:00:00 AM to 01/04/2024 12:00:00 AM (UTC-03)
WITSML Date-time Log UID: "Energistics-w1-wb1-log-0002"
WITSML Well UID: "Energistics-well-0001"
WITSML Wellbore UID: "Energistics-w1-wellbore-0001"
Source name: "Example WITSML server"
Rig name: "RIG02"
Depth range: from 100 meters to 200 meters
WITSML Depth Log UID: "Energistics-w1-wb1-log-0002"
WITSML Well UID: "Energistics-well-0001"
WITSML Wellbore UID: "Energistics-w1-wellbore-0001"