Introduction

DrillPlan automatically, as a background task, analyses designs and gives continuous feedback to users by performing Drillability, Optimization and Road Map analysis of the proposed Plan. It allows the user to validate the Object.

Automated Engineering Analysis (AEA) is a powerful enabler for coherent and holistic validation of well design.

A set of API is provided for the user/app to retrieve the AEA results for selected scopes.

How to get DrillPlan AEA result

Step 1: Check meta

Get meta for all eligible AEA agents by calling the GET /aea/v1/agents API

Step 2: Send request

Send a request for interested AEA result within selected scope by calling the POST /aea/v1/results/jobs API A "job_id" will be given as response of the job

Note: The request is throttled per client id. Only accept 10 requests per minute per application.

Step 3: Get status and result

Get the job information without calculation results by calling the /aea/v1/results/jobs/{job_id} API This API will provide all the AEA calculations in the requests with the progress and status of the calculation. Once all the calculations are done, get all the calculaiton results calling the GET /aea/v1/results/jobs API.