Provenance
Freshness & coverage
Methods (24)
getWellList
readList all wells accessible to the user.
EntitieswellInput schema
{ "type": "object", "properties": {}, "additionalProperties": true }getWell
readGet well details by ID (Nabors RigCLOUD).
Required paramswellIdEntitieswellInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" }, "includeChildObject": { "type": "boolean" } }, "additionalProperties": false, "required": [ "wellId" ] }getSidetrackInfo
readGet sidetrack data for a well.
Required paramswellIdEntitieswellInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" }, "offset": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "wellId" ] }getTagConfigurations
readList sensor tags configured for a well.
Required paramswellIdEntitiesrecordInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" } }, "additionalProperties": false, "required": [ "wellId" ] }getTimeData
readGet time series drilling data (1-sec resolution).
Required paramswellIdEntitiesrecordInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" }, "tagIdList": { "type": "string" }, "logId": { "type": "number" }, "startTime": { "type": "string" }, "endTime": { "type": "string" }, "startProcessedTime": { "type": "string" }, "endProcessedTime": { "type": "string" }, "pageNumber": { "type": "number" }, "modFrequency": { "type": "number" }, "useRigTime": { "type": "boolean" }, "appId": { "type": "string" } }, "additionalProperties": false, "required": [ "wellId" ] }getTimeDataAggregate
readGet min/max aggregated time series values.
Required paramswellIdEntitiesrecordInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" }, "tagIdList": { "type": "string" }, "logId": { "type": "number" }, "includeNull": { "type": "boolean" }, "startTime": { "type": "string" }, "endTime": { "type": "string" }, "startProcessedTime": { "type": "string" }, "endProcessedTime": { "type": "string" }, "type": { "type": "string" }, "useRigTime": { "type": "boolean" }, "appId": { "type": "string" } }, "additionalProperties": false, "required": [ "wellId" ] }getEventData
readGet depth-indexed event data.
Required paramswellIdEntitiesincidentInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" }, "eventId": { "type": "number" }, "tagIdList": { "type": "string" }, "logId": { "type": "number" }, "startDepthValue": { "type": "number" }, "endDepthValue": { "type": "number" }, "pageNumber": { "type": "number" }, "modFrequency": { "type": "number" }, "useRigTime": { "type": "boolean" }, "isOffsetEnabled": { "type": "boolean" }, "appId": { "type": "string" } }, "additionalProperties": false, "required": [ "wellId" ] }getEventDataAggregate
readGet min/max aggregated event data (Nabors RigCLOUD).
Required paramswellIdEntitiesincidentInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" }, "eventId": { "type": "number" }, "tagIdList": { "type": "string" }, "logId": { "type": "number" }, "includeNull": { "type": "boolean" }, "startEvent": { "type": "number" }, "endEvent": { "type": "number" }, "startDepth": { "type": "number" }, "endDepth": { "type": "number" }, "useRigTime": { "type": "boolean" }, "appId": { "type": "string" } }, "additionalProperties": false, "required": [ "wellId" ] }getComments
readGet remarks/comments for a well.
Required paramswellIdmodeEntitiesrecordInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" }, "mode": { "type": "string" }, "filters": { "type": "string" }, "fields": { "type": "string" }, "isASC": { "type": "boolean" }, "pageNumber": { "type": "number" }, "additionalFilters": { "type": "string" }, "includeChildObjects": { "type": "boolean" }, "useRigTime": { "type": "boolean" } }, "additionalProperties": false, "required": [ "wellId", "mode" ] }createComment
writeCreate a remark on a well.
Required paramswellIdcommentEntitiesrecordInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" }, "comment": { "type": "object", "properties": {}, "additionalProperties": true }, "useRigTime": { "type": "boolean" } }, "additionalProperties": false, "required": [ "wellId", "comment" ] }getSmartDrillRecipes
readGet SmartDRILL autodriller recipes.
Required paramswellIdEntitiesrecordInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" }, "pageNumber": { "type": "number" }, "startDepth": { "type": "number" }, "endDepth": { "type": "number" }, "startDateTime": { "type": "string" }, "endDateTime": { "type": "string" } }, "additionalProperties": false, "required": [ "wellId" ] }getSmartSlideRecipes
readGet SmartSLIDE directional recipes.
Required paramswellIdEntitiesrecordInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" }, "pageNumber": { "type": "number" }, "startDepth": { "type": "number" }, "endDepth": { "type": "number" }, "startDateTime": { "type": "string" }, "endDateTime": { "type": "string" } }, "additionalProperties": false, "required": [ "wellId" ] }getDrillingConnections
readGet drilling connection time data.
Required paramswellIdEntitieswellInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" } }, "additionalProperties": false, "required": [ "wellId" ] }getSmartSlidePerformance
readGet SmartSLIDE performance report.
Required paramswellIdEntitiesrecordInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" } }, "additionalProperties": false, "required": [ "wellId" ] }getSurveyData
readGet directional survey data (SmartNAV) (Nabors RigCLOUD).
Required paramswellIdEntitiessurveyInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" } }, "additionalProperties": false, "required": [ "wellId" ] }getSequenceRecipes
readGet sequence automation recipes.
EntitiesrecordInput schema
{ "type": "object", "properties": { "sequenceName": { "type": "string" } }, "additionalProperties": false }getTourSheetDailyServices
readGet daily service info from tour sheet.
EntitiesproductionInput schema
{ "type": "object", "properties": { "filters": { "type": "string" }, "pageNumber": { "type": "number" }, "pageSize": { "type": "number" } }, "additionalProperties": false }getTourSheetOperations
readGet operations info from tour sheet.
EntitiesrecordInput schema
{ "type": "object", "properties": { "filters": { "type": "string" }, "pageNumber": { "type": "number" }, "pageSize": { "type": "number" } }, "additionalProperties": false }getTourSheetReports
readGet report info from tour sheet.
EntitiesdocumentInput schema
{ "type": "object", "properties": { "filters": { "type": "string" }, "pageNumber": { "type": "number" }, "pageSize": { "type": "number" } }, "additionalProperties": false }getTourSheetActivities
readGet IADC activity info from tour sheet.
EntitiesrecordInput schema
{ "type": "object", "properties": { "filters": { "type": "string" }, "pageNumber": { "type": "number" }, "pageSize": { "type": "number" } }, "additionalProperties": false }getTourSheetTours
readGet tour/shift info from tour sheet.
EntitiesrecordInput schema
{ "type": "object", "properties": { "filters": { "type": "string" }, "pageNumber": { "type": "number" }, "pageSize": { "type": "number" } }, "additionalProperties": false }getTourSheetWork
readGet work info from tour sheet.
EntitiesrecordInput schema
{ "type": "object", "properties": { "filters": { "type": "string" }, "pageNumber": { "type": "number" }, "pageSize": { "type": "number" } }, "additionalProperties": false }getCrewDrillingPerformance
readGet drilling KPIs by crew.
Required paramswellIdEntitieswellInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" } }, "additionalProperties": false, "required": [ "wellId" ] }getCrewTrippingPerformance
readGet tripping KPIs by crew.
Required paramswellIdEntitiesrecordInput schema
{ "type": "object", "properties": { "wellId": { "type": "number" } }, "additionalProperties": false, "required": [ "wellId" ] }
