Cloud APIs
/- DrillPlan
MSD API
- Create a new structure
Get structure by structure id
Create a new structure
Create a new structure
Security
bearer and appkey
- ProdEUhttps://eu-api.delfi.slb.com/drillplan/msd/v2/structures
- ProdUShttps://api.delfi.slb.com/drillplan/msd/v2/structures
- Mock serverhttps://developer.slb.com/_mock/solutions/drillplan/apis/msdapi/v2/structures
curl -i -X POST \
https://eu-api.delfi.slb.com/drillplan/msd/v2/structures \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'appkey: YOUR_API_KEY_HERE' \
-H 'slb-data-partition-id: string' \
-d '{
"name": "string",
"is_offshore": true,
"location": {
"coordinates_type": "string",
"northing": 0,
"easting": 0,
"latitude": 0,
"longitude": 0,
"crs": "string"
},
"ground_level": 0,
"field": "string",
"external_tag": "string",
"uncertainty": {
"confidence": 0,
"radius": 0
},
"north_reference": "Grid",
"slot_set": [
{
"name": "string",
"diameter": 0,
"external_tag": "string",
"location": {
"ns": 0,
"ew": 0,
"distance": 0,
"azimuth": 0,
"coordinates_type": "string",
"northing": 0,
"easting": 0,
"latitude": 0,
"longitude": 0
}
}
]
}'