Cloud APIs
/- DrillPlan
Offset Well API
- Compute depths data for Activity, Risk, DrillingParameter and Survey by provided well guids
Create new or update existing well entities
Delete well entities by ids
Delete well entities by well guids
Get well entities by ids
Get well entities by well guids
Get QC rules for well entity
Scroll to fetch results of next page
Compute depths data for A...
Security
(bearer and appkey) or (sauth_service_token and appkey)
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/offset-well-data/v1/wells/compute-depths
- ProdUShttps://api.delfi.slb.com/drillplan/offset-well-data/v1/wells/compute-depths
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/offsetwellapi/v1/wells/compute-depths
- bearer + appkey
- sauth_service_token + appkey
- application/json-patch+json
- application/json
- text/json
- application/*+json
curl -i -X POST \
https://eu-api.delfi.slb.com/drillplan/offset-well-data/v1/wells/compute-depths \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json-patch+json' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-partition-id: string' \
-d '{
"well_guids": [
"string"
]
}'OK
Array []
Enum:"Information""Warning""Error"
Response
- text/plain
- application/json
- text/json
[
{
"severity": "Information",
"action_key": "string",
"well_guid": "string",
"preparation_result": {
"preparationSucceeded": true,
"trajectoryError": "string"
},
"activity_result": {
"query_entity_count": 0,
"enriched_entity_count": 0,
"ingested_entity_count": 0,
"imputation_details": [
"string"
],
"action_succeeded": true,
"master_error": "string",
"dependent_action_errors": [
"string"
],
"action_key": "string"
},
"risk_result": {
"query_entity_count": 0,
"enriched_entity_count": 0,
"ingested_entity_count": 0,
"imputation_details": [
"string"
],
"action_succeeded": true,
"master_error": "string",
"dependent_action_errors": [
"string"
],
"action_key": "string"
},
"parameter_result": {
"query_entity_count": 0,
"enriched_entity_count": 0,
"ingested_entity_count": 0,
"imputation_details": [
"string"
],
"action_succeeded": true,
"master_error": "string",
"dependent_action_errors": [
"string"
],
"action_key": "string"
},
"survey_result": {
"query_entity_count": 0,
"enriched_entity_count": 0,
"ingested_entity_count": 0,
"imputation_details": [
"string"
],
"action_succeeded": true,
"master_error": "string",
"dependent_action_errors": [
"string"
],
"action_key": "string"
},
"well_result": {
"query_entity_count": 0,
"enriched_entity_count": 0,
"ingested_entity_count": 0,
"imputation_details": [
"string"
],
"action_succeeded": true,
"master_error": "string",
"dependent_action_errors": [
"string"
],
"action_key": "string"
}
}
]