{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Evaluation","description":"Accelerate E&P application development and protect your innovation by consuming our Data and Domain APIs / Platform APIs.","lang":"en-US","meta":[{"name":"robots","content":"noindex"}],"llmstxt":{"hide":true,"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"evaluation","__idx":0},"children":["Evaluation"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Evaluation API is responsible for evaluation workflows in FDPlan. The"," ","key features of the API include:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The ability to create custom evaluation workflows."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The ability to drive custom evaluation workflows and computations."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The key API concepts include:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["workflow-specs"]},": A workflow-spec is a workflow specification defining"," ","all the computation specifications which form the workflow. A workflow"," ","specification also defines the edges which connect computations together"," ","in a graph. These edges connect an output from one computation"," ","specification to the input of another."," ","A number of default 'system' workflow specifications are provided to the"," ","user. Details of these 'system' workflow specifications can be discovered"," ","by using the API to get all workflow specifications."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["computation-specs"]},": A computation-spec is a computation specification"," ","which defines all the input and output data-types for the computation."," ","A number of default 'system' computation specifications are provided to"," ","the user.  Details of these 'system' computation specifications can be"," ","discovered by using the API to get all computation specifications."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["data-types"]},": A data-type is a specification for a data representation"," ","which is required as one of a computation-spec's inputs or produced as"," ","one of a computation-spec's outputs."," ","A number of default 'system' data-types are provided to the user. Details"," ","of these 'system' data-types can be discovered by using the API to get all"," ","data-types."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["computation"]},": A computation is an instance of a computation-spec for a"," ","running workflow. It encapsulates the state of the computation"," ","(i.e. running, succeeded), input/output data containers which have been"," ","associated with the computation and any errors which have occurred during"," ","the running of the computation. The input and output data containers"," ","associated with the computation can be accessed through the containers API"," ","operations."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["container"]},": A container is a resource which holds all the data for a"," ","given data-type definition."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["schema"]},": A schema is a formal description of a data-type. It defines"," ","the structure of the data-type against which data can be validated."," ","A number of default schemas for 'system' data-types are provided for the"," ","user."," ","Currently only JSON schemas are supported, for more information see"," ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://json-schema.org/"},"children":["https://json-schema.org/"]},"."," ","Schemas defined in the OSDU schema service may be used to describe"," ","evaluation data-types by using their unique identifiers in schema"," ","references, e.g. osdu:wks:wellbore:1.0.0."]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"table-of-contents","__idx":1},"children":["Table of contents",{"$$mdtype":"Tag","name":"a","attributes":{"name":"toc"},"children":[]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-all-workflow-specifications"},"children":["Get all workflow specifications"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#create-workflow-specification"},"children":["Create workflow specification"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-a-workflow-specification"},"children":["Get a workflow specification"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#create-or-update-workflow-specification"},"children":["Create or update workflow specification"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#update-a-workflow-specification"},"children":["Update a workflow specification"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#create-or-update-configuration-for-a-computation"},"children":["Create or update configuration for a computation"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-all-computation-specifications"},"children":["Get all computation specifications"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#create-a-computation-specification"},"children":["Create a computation specification"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-computation-specification"},"children":["Get computation specification"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#create-or-update-a-computation-specification"},"children":["Create or update a computation specification"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#update-computation-specification"},"children":["Update computation specification"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-all-data-types"},"children":["Get all data-types"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#create-data-type"},"children":["Create data-type"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-a-data-type"},"children":["Get a data-type"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#create-or-update-data-type"},"children":["Create or update data-type"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#update-a-data-type"},"children":["Update a data-type"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-a-computation"},"children":["Get a computation"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#set-status-of-computation"},"children":["Set status of computation"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-container"},"children":["Get container"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#upload-file-associated-with-a-container"},"children":["Upload file associated with a container"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-a-file-associated-with-a-container"},"children":["Get a file associated with a container"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-a-signed-url-which-can-be-used-to-download-a-file"},"children":["Get a signed url which can be used to download a file."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-a-signed-url-which-can-be-used-to-upload-a-file"},"children":["Get a signed url which can be used to upload a file."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#get-schema"},"children":["Get schema"]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-all-workflow-specifications","__idx":2},"children":["Get all workflow specifications ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-all-workflow-specifications"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get all workflow specifications. The parameter 'IncludePreviousVersions' may be used to return either the most recent versions of the workflow specifications or all possible versions of each workflow specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["includePreviousVersions"]}," Unless includePreviousVersions is true the response will return only the latest version of each specification."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/workflow-specs' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","["," ","{"," ","\"id\": \"id\","," ","\"createdBy\": \"system\","," ","\"name\": \"Well driven\","," ","\"description\": \"Well driven\","," ","\"latest\": true,"," ","\"version\": 1,"," ","\"computationSpecs\": ["," ","{"," ","\"id\": \"ix\","," ","\"latest\": true,"," ","\"name\": \"ix\","," ","\"createdBy\": \"system\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"type\": \"Computation\""," ","}"," ","],"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"decline-curves\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","}"," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"peep\","," ","\"latest\": true,"," ","\"name\": \"peep\","," ","\"createdBy\": \"system\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"type\": \"Computation\""," ","}"," ","],"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"well-capex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 1,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"general-capex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 2,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"general-opex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 3,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"economic-framework\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 4,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"peep-output\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeOutput\""," ","}"," ","]"," ","}"," ","]"," ","}"," ","],"," ","\"edges\": ["," ","{"," ","\"fromAddressType\": \"DataTypeOutput\","," ","\"fromComputationIndex\": 0,"," ","\"fromDataTypeIndex\": 0,"," ","\"toComputationIndex\": 1,"," ","\"toDataTypeIndex\": 0"," ","}"," ","]"," ","}"," ","]"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"create-workflow-specification","__idx":3},"children":["Create workflow specification ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"create-workflow-specification"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create workflow specification. The create request must contain all the computation specifications which are to make up the workflow specification. These computation specifications must have previously been created. The request must also contain all the edges which connect the computation specifications together. The edges describe the flow of data from one computation specifications output data-type to another computation specifications input data-type. As an example, a workflow specification could consist of two computation specifications connected together. The connection between the two computation specifications could consist of the first output data-type from the first computation specification being connected to the first input data-type of the second computation specification. If the two computation specifications being connected together were the 'ix' and 'peep' computation specifications, the output data-type 'production-forecast' of the 'ix' computation specification would be connected to the input data-type 'production-forecast' of the 'peep' computation specification. As the 'production-forecast' data-type is the first output data-type (zeroth index) in the 'ix' computation specification and the first input data-type (zeroth index) in the 'peep' computation specification, the workflow edge would be defined as going from the index zero output data-type of the computation specification with index zero (the 'ix' computation specification) to  the index zero output data-type of the computation index with index one (the 'peep' computation index). The order of the computation specifications provided in the creation of the workflow specification is maintained in the created workflow specification and may only be changed through performing PATCH operations on the workflow specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["workflowSpec"]}," The workflow specification to be created."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request POST ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/workflow-specs' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data '{"," ","\"id\": \"slb:workflow-specs:custom-workflow-spec\","," ","\"name\": \"custom-workflow-spec\","," ","\"description\": \"Description\","," ","\"computationSpecIds\": ["," ","\"ix\","," ","\"peep\""," ","],"," ","\"edges\": ["," ","{"," ","\"fromAddressType\": \"DataTypeOutput\","," ","\"fromComputationIndex\": 0,"," ","\"fromDataTypeIndex\": 0,"," ","\"toComputationIndex\": 1,"," ","\"toDataTypeIndex\": 0"," ","}"," ","]"," ","}'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 201"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-workflow-spec\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"computationSpecs\": ["," ","{"," ","\"id\": \"ix\","," ","\"name\": \"ix\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"A specification.\","," ","\"createdBy\": \"system\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"address\": {"," ","\"type\": \"Computation\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"decline-curves\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","}"," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"peep\","," ","\"name\": \"peep\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"A specification.\","," ","\"createdBy\": \"system\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"address\": {"," ","\"type\": \"Computation\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"well-capex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 1,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"general-capex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 2,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"general-opex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 3,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"economic-framework\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 4,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"peep-output\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 0"," ","}"," ","}"," ","]"," ","}"," ","],"," ","\"edges\": ["," ","{"," ","\"fromAddressType\": \"DataTypeOutput\","," ","\"fromComputationIndex\": 0,"," ","\"fromDataTypeIndex\": 0,"," ","\"toComputationIndex\": 1,"," ","\"toDataTypeIndex\": 0"," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-a-workflow-specification","__idx":4},"children":["Get a workflow specification ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-a-workflow-specification"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get a workflow specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["workflowSpecId"]}," The workflow specification ID."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["version"]}," The id of the data-type to get. If not specified, the latest version will be returned."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/workflow-specs/{workflowSpecId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-workflow-spec\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"computationSpecs\": ["," ","{"," ","\"id\": \"ix\","," ","\"name\": \"ix\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"A specification.\","," ","\"createdBy\": \"system\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"address\": {"," ","\"type\": \"Computation\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"decline-curves\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","}"," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"peep\","," ","\"name\": \"peep\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"A specification.\","," ","\"createdBy\": \"system\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"address\": {"," ","\"type\": \"Computation\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"well-capex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 1,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"general-capex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 2,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"general-opex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 3,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"economic-framework\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 4,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"peep-output\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 0"," ","}"," ","}"," ","]"," ","}"," ","],"," ","\"edges\": ["," ","{"," ","\"fromAddressType\": \"DataTypeOutput\","," ","\"fromComputationIndex\": 0,"," ","\"fromDataTypeIndex\": 0,"," ","\"toComputationIndex\": 1,"," ","\"toDataTypeIndex\": 0"," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"create-or-update-workflow-specification","__idx":5},"children":["Create or update workflow specification ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"create-or-update-workflow-specification"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create or update workflow specification. The request must contain all the computation specifications which are to make up the workflow specification. These computation specifications must have previously been created. The request must also contain all the edges which connect the computation specifications together. The edges describe the flow of data from one computation specifications output data-type to another computation specifications input data-type. As an example, a workflow specification could consist of two computation specifications connected together. The connection between the two computation specifications could consist of the first output data-type from the first computation specification being connected to the first input data-type of the second computation specification. If the two computation specifications being connected together were the 'ix' and 'peep' computation specifications, the output data-type 'production-forecast' of the 'ix' computation specification would be connected to the input data-type 'production-forecast' of the 'peep' computation specification. As the 'production-forecast' data-type is the first output data-type (zeroth index) in the 'ix' computation specification and the first input data-type (zeroth index) in the 'peep' computation specification, the workflow edge would be defined as going from the index zero output data-type of the computation specification with index zero (the 'ix' computation specification) to  the index zero output data-type of the computation index with index one (the 'peep' computation index). The order of the computation specifications provided in the creation of the workflow specification is maintained in the created workflow specification and may be changed through performing PATCH or PUT operations on the workflow specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["workflowSpecId"]}," The workflow specification ID."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["workflowSpec"]}," The workflow specification to be created."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request PUT ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/workflow-specs/{workflowSpecId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data '{"," ","\"id\": \"slb:workflow-specs:custom-workflow-spec\","," ","\"name\": \"custom-workflow-spec\","," ","\"description\": \"Description\","," ","\"computationSpecIds\": ["," ","\"ix\","," ","\"peep\""," ","],"," ","\"edges\": ["," ","{"," ","\"fromAddressType\": \"DataTypeOutput\","," ","\"fromComputationIndex\": 0,"," ","\"fromDataTypeIndex\": 0,"," ","\"toComputationIndex\": 1,"," ","\"toDataTypeIndex\": 0"," ","}"," ","]"," ","}'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-workflow-spec\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"computationSpecs\": ["," ","{"," ","\"id\": \"ix\","," ","\"name\": \"ix\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"A specification.\","," ","\"createdBy\": \"system\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"address\": {"," ","\"type\": \"Computation\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"decline-curves\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","}"," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"peep\","," ","\"name\": \"peep\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"A specification.\","," ","\"createdBy\": \"system\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"address\": {"," ","\"type\": \"Computation\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"well-capex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 1,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"general-capex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 2,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"general-opex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 3,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"economic-framework\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 4,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"peep-output\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 0"," ","}"," ","}"," ","]"," ","}"," ","],"," ","\"edges\": ["," ","{"," ","\"fromAddressType\": \"DataTypeOutput\","," ","\"fromComputationIndex\": 0,"," ","\"fromDataTypeIndex\": 0,"," ","\"toComputationIndex\": 1,"," ","\"toDataTypeIndex\": 0"," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"update-a-workflow-specification","__idx":6},"children":["Update a workflow specification ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"update-a-workflow-specification"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Update a workflow specification. It is only possible to update the \"name\", \"description\", \"archived\", \"computationSpecs\", \"edges\" and \"annotations\" fields of the workflow specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["workflowSpecId"]}," The workflow specification ID."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["patches"]}," The patches to apply to the workflow specification. Only \"replace\" operations are supported with the exception of \"add\" and \"remove\" for \"annotations\" path. It is only possible to update the \"name\", \"description\", \"archived\", \"computationSpecs\", \"edges\" and \"annotations\" fields of the workflow specification."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request PATCH ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/workflow-specs/{workflowSpecId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data '["," ","{"," ","\"op\": \"replace\","," ","\"path\": \"description\","," ","\"value\": \"Description\""," ","},"," ","{"," ","\"op\": \"replace\","," ","\"path\": \"archived\","," ","\"value\": false"," ","}"," ","]'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-workflow-spec\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"computationSpecs\": ["," ","{"," ","\"id\": \"ix\","," ","\"name\": \"ix\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"A specification.\","," ","\"createdBy\": \"system\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"address\": {"," ","\"type\": \"Computation\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"decline-curves\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","}"," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"peep\","," ","\"name\": \"peep\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"A specification.\","," ","\"createdBy\": \"system\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"address\": {"," ","\"type\": \"Computation\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 0,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"well-capex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 1,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"general-capex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 2,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"general-opex\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 3,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"economic-framework\","," ","\"version\": 1,"," ","\"address\": ["," ","{"," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 4,"," ","\"type\": \"DataTypeInput\""," ","}"," ","]"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"peep-output\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 1,"," ","\"dataTypeIndex\": 0"," ","}"," ","}"," ","]"," ","}"," ","],"," ","\"edges\": ["," ","{"," ","\"fromAddressType\": \"DataTypeOutput\","," ","\"fromComputationIndex\": 0,"," ","\"fromDataTypeIndex\": 0,"," ","\"toComputationIndex\": 1,"," ","\"toDataTypeIndex\": 0"," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"create-or-update-configuration-for-a-computation","__idx":7},"children":["Create or update configuration for a computation ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"create-or-update-configuration-for-a-computation"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create or update configuration properties for a computation. The paramaters workflowSpecId"," ","and computationIndex will be used to uniquely identify the configuration to be created or updated."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Note"]},": It is advised not to change the computation configurations while an evaluation is running. This might lead to unexpected evaluation results."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["workflowSpecId"]}," The workflow specification ID."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["computationIndex"]}," The computation index in the workflow spec."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["config"]}," The configuration properties for a computation"]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request PUT ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/workflow-specs/{workflowSpecId}/computation-config?computationIndex=value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data ''"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 400"," ","{"," ","\"data\": {"," ","\"code\": 500,"," ","\"message\": \"internal server error\""," ","}"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-all-computation-specifications","__idx":8},"children":["Get all computation specifications ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-all-computation-specifications"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get all computation specifications. The parameter 'IncludePreviousVersions' may be used to return either the most recent versions of the computation specifications or all possible versions of each computation specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["includePreviousVersions"]}," Unless includePreviousVersions is true the response will return only the latest version of each specification."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/computation-specs' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","["," ","{"," ","\"id\": \"ix\","," ","\"latest\": true,"," ","\"name\": \"ix\","," ","\"createdBy\": \"system\","," ","\"version\": 1,"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"decline-curves\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"version\": 1"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1"," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"peep\","," ","\"latest\": true,"," ","\"name\": \"peep\","," ","\"createdBy\": \"system\","," ","\"version\": 1,"," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"well-capex\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"general-capex\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"general-opex\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"economic-framework\","," ","\"version\": 1"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"peep-output\","," ","\"version\": 1"," ","}"," ","]"," ","}"," ","]"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"create-a-computation-specification","__idx":9},"children":["Create a computation specification ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"create-a-computation-specification"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create a computation specification. The create request must contain all the input and output data-type IDs which are used to define the computation specification. These data-types must have previously been created. As an example, a computation specification could be defined as a specification for a compute which takes two pieces of input data and calculates a single piece of output data. The specification for this compute would take two input data-types and output a single output data-type. The order of the input and output data-type IDs provided in the creation of the computation specification is maintained in the created computation specification and may only be changed through performing PATCH operations on the computation specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["computationSpec"]}," The computation specification to be created."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request POST ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/computation-specs' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data '{"," ","\"id\": \"slb:computation-specs:custom-computation-spec\","," ","\"name\": \"custom-computation-spec\","," ","\"description\": \"Description\","," ","\"inputDataTypeIds\": ["," ","\"decline-curves\","," ","\"drilling-constraints\","," ","\"facility-constraints\""," ","],"," ","\"outputDataTypeIds\": ["," ","\"production-forecast\""," ","],"," ","\"annotations\": ["," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Decline Curves\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Drilling Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Facility Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Production Forecast\","," ","\"createdBy\": \"user@slb.com\""," ","}"," ","]"," ","}'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 201"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-computation-spec\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"decline-curves\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"version\": 1"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1"," ","}"," ","],"," ","\"annotations\": ["," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Decline Curves\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Drilling Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Facility Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Production Forecast\","," ","\"createdBy\": \"user@slb.com\""," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-computation-specification","__idx":10},"children":["Get computation specification ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-computation-specification"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get computation specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["computationSpecId"]}," The computation specification ID."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["version"]}," The id of the data-type to get. If not specified, the latest version will be returned."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/computation-specs/{computationSpecId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-computation-spec\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"decline-curves\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"version\": 1"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1"," ","}"," ","],"," ","\"annotations\": ["," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Decline Curves\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Drilling Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Facility Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Production Forecast\","," ","\"createdBy\": \"user@slb.com\""," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"create-or-update-a-computation-specification","__idx":11},"children":["Create or update a computation specification ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"create-or-update-a-computation-specification"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create or update a computation specification. The request must contain all the input and output data-type IDs which are used to define the computation specification. These data-types must have previously been created. As an example, a computation specification could be defined as a specification for a compute which takes two pieces of input data and calculates a single piece of output data. The specification for this compute would take two input data-types and output a single output data-type."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["computationSpecId"]}," The computation specification ID."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["computationSpec"]}," The computation specification to be created or updated."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request PUT ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/computation-specs/{computationSpecId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data '{"," ","\"id\": \"slb:computation-specs:custom-computation-spec\","," ","\"name\": \"custom-computation-spec\","," ","\"description\": \"Description\","," ","\"inputDataTypeIds\": ["," ","\"decline-curves\","," ","\"drilling-constraints\","," ","\"facility-constraints\""," ","],"," ","\"outputDataTypeIds\": ["," ","\"production-forecast\""," ","],"," ","\"annotations\": ["," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Decline Curves\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Drilling Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Facility Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Production Forecast\","," ","\"createdBy\": \"user@slb.com\""," ","}"," ","]"," ","}'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-computation-spec\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"decline-curves\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"version\": 1"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1"," ","}"," ","],"," ","\"annotations\": ["," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Decline Curves\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Drilling Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Facility Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Production Forecast\","," ","\"createdBy\": \"user@slb.com\""," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"update-computation-specification","__idx":12},"children":["Update computation specification ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"update-computation-specification"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Update computation specification. It is only possible to update the \"name\", \"description\", \"archived\", \"inputDataTypeIds\", \"outputDataTypeIds\" and \"annotations\" fields of the computation specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["computationSpecId"]}," The computation specification ID."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["patches"]}," The patches to apply to the computation specification. Only \"replace\" operations are supported with the exception of \"add\" and \"remove\" for \"annotations\" path. It is only possible to update the \"name\", \"description\", \"archived\", \"inputDataTypeIds\", \"outputDataTypeIds\" and \"annotations\" fields of the computation specification."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request PATCH ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/computation-specs/{computationSpecId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data '["," ","{"," ","\"op\": \"replace\","," ","\"path\": \"description\","," ","\"value\": \"Description\""," ","},"," ","{"," ","\"op\": \"replace\","," ","\"path\": \"archived\","," ","\"value\": false"," ","}"," ","]'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-computation-spec\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"inputDataTypeIds\": ["," ","{"," ","\"id\": \"decline-curves\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"version\": 1"," ","}"," ","],"," ","\"outputDataTypeIds\": ["," ","{"," ","\"id\": \"production-forecast\","," ","\"version\": 1"," ","}"," ","],"," ","\"annotations\": ["," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Decline Curves\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Drilling Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 2"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Facility Constraints\","," ","\"createdBy\": \"user@slb.com\""," ","},"," ","{"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","\"key\": \"name\","," ","\"value\": \"Production Forecast\","," ","\"createdBy\": \"user@slb.com\""," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-all-data-types","__idx":13},"children":["Get all data-types ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-all-data-types"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get all data-types. The parameter 'IncludePreviousVersions' may be used to return either the most recent versions of the data-types or all possible versions of each data-type."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["includePreviousVersions"]}," Unless includePreviousVersions is true the response will return only the latest version of each specification."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/data-types' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","["," ","{"," ","\"id\": \"decline-curves\","," ","\"name\": \"decline-curves\","," ","\"description\": \"Decline Curves\","," ","\"version\": 1,"," ","\"fileSpecs\": ["," ","{"," ","\"extension\": \"json\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"facility-constraints\","," ","\"name\": \"facility-constraints\","," ","\"description\": \"Facility Constraints\","," ","\"version\": 1,"," ","\"fileSpecs\": ["," ","{"," ","\"extension\": \"json\""," ","}"," ","]"," ","}"," ","]"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"create-data-type","__idx":14},"children":["Create data-type ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"create-data-type"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create data-type. The create request must contain all the file types which are to be associated with the data-type. For example, if the data-type was to allow the use of JSON documents then the request would list it as a file specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["dataType"]}," The data-type to be created."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request POST ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/data-types' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data '{"," ","\"id\": \"slb:data-types:custom-data-type\","," ","\"name\": \"custom-data-type\","," ","\"description\": \"Description\","," ","\"fileSpecs\": ["," ","{"," ","\"extension\": \"json\","," ","\"schemaRef\": {"," ","\"id\": \"planning:fdplan:result-set:0.0.1\","," ","\"type\": \"JSON\""," ","},"," ","\"defaultFilename\": \"filename.json\""," ","},"," ","{"," ","\"extension\": \"xlsx\""," ","}"," ","]"," ","}'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 201"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-data-type\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"fileSpecs\": ["," ","{"," ","\"extension\": \"json\","," ","\"schemaRef\": {"," ","\"id\": \"planning:fdplan:result-set:0.0.1\","," ","\"type\": \"JSON\""," ","},"," ","\"defaultFilename\": \"filename.json\""," ","},"," ","{"," ","\"extension\": \"xlsx\""," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-a-data-type","__idx":15},"children":["Get a data-type ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-a-data-type"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get a data-type."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["dataTypeId"]}," The data-type ID."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["version"]}," The id of the data-type to get. If not specified, the latest version will be returned."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/data-types/{dataTypeId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-data-type\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"fileSpecs\": ["," ","{"," ","\"extension\": \"json\","," ","\"schemaRef\": {"," ","\"id\": \"planning:fdplan:result-set:0.0.1\","," ","\"type\": \"JSON\""," ","},"," ","\"defaultFilename\": \"filename.json\""," ","},"," ","{"," ","\"extension\": \"xlsx\""," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"create-or-update-data-type","__idx":16},"children":["Create or update data-type ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"create-or-update-data-type"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create or update data-type. The request must contain all the file types"," ","which are to be associated with the data-type. For example, if"," ","the data-type was to allow the use of JSON documents then the request"," ","would list it as a file specification."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["dataTypeId"]}," The data-type ID."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["dataType"]}," The data-type to be updated or created."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request PUT ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/data-types/{dataTypeId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data '{"," ","\"id\": \"slb:data-types:custom-data-type\","," ","\"version\": 1,"," ","\"name\": \"custom-data-type\","," ","\"description\": \"Description\","," ","\"archived\": false,"," ","\"fileSpecs\": ["," ","{"," ","\"extension\": \"json\","," ","\"schemaRef\": {"," ","\"id\": \"planning:fdplan:result-set:0.0.1\","," ","\"type\": \"JSON\""," ","},"," ","\"defaultFilename\": \"filename.json\""," ","},"," ","{"," ","\"extension\": \"xlsx\""," ","}"," ","]"," ","}'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-data-type\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"fileSpecs\": ["," ","{"," ","\"extension\": \"json\","," ","\"schemaRef\": {"," ","\"id\": \"planning:fdplan:result-set:0.0.1\","," ","\"type\": \"JSON\""," ","},"," ","\"defaultFilename\": \"filename.json\""," ","},"," ","{"," ","\"extension\": \"xlsx\""," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"update-a-data-type","__idx":17},"children":["Update a data-type ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"update-a-data-type"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Update a data-type. It is only possible to update the \"name\", \"description\", \"archived\", and \"fileSpecs\" fields of the data-type."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["dataTypeId"]}," The data-type ID."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["patches"]}," The patches to apply to the data-type. Only \"replace\" operations are supported. It is only possible to update the \"name\", \"description\", \"archived\" and \"fileSpecs\" fields of the data-type."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request PATCH ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/data-types/{dataTypeId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data '["," ","{"," ","\"op\": \"replace\","," ","\"path\": \"description\","," ","\"value\": \"Description\""," ","},"," ","{"," ","\"op\": \"replace\","," ","\"path\": \"archived\","," ","\"value\": false"," ","}"," ","]'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"01DV2RPKYS5NYBAR6TNMJ8TNT8\","," ","\"name\": \"custom-data-type\","," ","\"version\": 1,"," ","\"latest\": true,"," ","\"archived\": false,"," ","\"description\": \"Description\","," ","\"createdBy\": \"user@slb.com\","," ","\"createdAt\": \"2020-01-01T00:00:00.000Z\","," ","\"fileSpecs\": ["," ","{"," ","\"extension\": \"json\","," ","\"schemaRef\": {"," ","\"id\": \"planning:fdplan:result-set:0.0.1\","," ","\"type\": \"JSON\""," ","},"," ","\"defaultFilename\": \"filename.json\""," ","},"," ","{"," ","\"extension\": \"xlsx\""," ","}"," ","]"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-a-computation","__idx":18},"children":["Get a computation ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-a-computation"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get a computation given the computation ID. The computation contains the state of the computation (i.e. running, succeeded), input/output data containers which has been associated with the computation and any errors which have occurred during the running of the computation. The input and output data containers associated with the computation can be accessed through the containers API operations."," ","Computations external to FDPlan can discover when computations are required to be performed by querying the FDPlan Events API for events with the type 'com.slb.cloud.fdplan.evaluation.computation_required_{computation_spec_id}_v{computation_spec_version}.v1', for instance 'com.slb.cloud.fdplan.evaluation.computation_required_ix_v1.v1'. The data for this event type contains information on the computation which is required."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["computationId"]}," The ID of the computation."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["includeDataLinkContent"]}," Flag will include data-link.json content encoded as base64."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/computations/{computationId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"0006803dc06c9bab3f82d4018287b8ccae575bd68eaa47f3c1797242e78daf03\","," ","\"status\": \"CompletedWithErrors\","," ","\"computationSpec\": {"," ","\"id\": \"ix\","," ","\"version\": 1"," ","},"," ","\"inputContainers\": ["," ","{"," ","\"id\": \"01C7VGQWGZVPSBV9NJMEAJSBGM/containers/decline-curves/01CH0K76B5ANMW149TZZEGPZFV\","," ","\"dataType\": {"," ","\"id\": \"decline-curves\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","}"," ","},"," ","\"fileNames\": ["," ","\"decline_curves.json\""," ","],"," ","\"files\": ["," ","{"," ","\"name\": \"decline_curves.json\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"01C7VGQWGZVPSBV9NJMEAJSBGM/containers/drilling-constraints/01CH0K76B5ANMW149TZZEGPZFV\","," ","\"dataType\": {"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","}"," ","},"," ","\"fileNames\": ["," ","\"drilling-constraints.json\""," ","],"," ","\"files\": ["," ","{"," ","\"name\": \"drilling-constraints.json\""," ","}"," ","]"," ","}"," ","],"," ","\"outputContainers\": ["," ","{"," ","\"id\": \"01C7VGQWGZVPSBV9NJMEAJSBGM/containers/production-forecast/01CH0K76B5ANMW149TZZEGPZFV\","," ","\"dataType\": {"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","}"," ","},"," ","\"fileNames\": ["," ","\"production-forecast.json\""," ","],"," ","\"files\": ["," ","{"," ","\"name\": \"production-forecast.json\""," ","}"," ","]"," ","}"," ","],"," ","\"computationErrors\": ["," ","{"," ","\"addresses\": ["," ","{"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","{"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","}"," ","],"," ","\"message\": \"Something went wrong.\""," ","}"," ","],"," ","\"computationConfiguration\": {"," ","\"schemaRef\": {"," ","\"ID\": \"planning:fdplan:dataiku:0.0.1\","," ","\"Type\": \"JSON\""," ","}"," ","}"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"set-status-of-computation","__idx":19},"children":["Set status of computation ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"set-status-of-computation"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Set status of computation given the computation ID."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["computationId"]}," The ID of the computation."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["status"]}," The details of the computation status to be set."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request POST ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/computations/{computationId}/status' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--data '{"," ","\"status\": \"CompletedWithErrors\","," ","\"computationErrors\": ["," ","{"," ","\"addresses\": ["," ","{"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","{"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","}"," ","],"," ","\"message\": \"Something went wrong.\""," ","}"," ","]"," ","}'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 201"," ","{"," ","\"id\": \"0006803dc06c9bab3f82d4018287b8ccae575bd68eaa47f3c1797242e78daf03\","," ","\"status\": \"CompletedWithErrors\","," ","\"computationSpec\": {"," ","\"id\": \"ix\","," ","\"version\": 1"," ","},"," ","\"inputContainers\": ["," ","{"," ","\"id\": \"01C7VGQWGZVPSBV9NJMEAJSBGM/containers/decline-curves/01CH0K76B5ANMW149TZZEGPZFV\","," ","\"dataType\": {"," ","\"id\": \"decline-curves\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","}"," ","},"," ","\"fileNames\": ["," ","\"decline_curves.json\""," ","],"," ","\"files\": ["," ","{"," ","\"name\": \"decline_curves.json\""," ","}"," ","]"," ","},"," ","{"," ","\"id\": \"01C7VGQWGZVPSBV9NJMEAJSBGM/containers/drilling-constraints/01CH0K76B5ANMW149TZZEGPZFV\","," ","\"dataType\": {"," ","\"id\": \"drilling-constraints\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","}"," ","},"," ","\"fileNames\": ["," ","\"drilling-constraints.json\""," ","],"," ","\"files\": ["," ","{"," ","\"name\": \"drilling-constraints.json\""," ","}"," ","]"," ","}"," ","],"," ","\"outputContainers\": ["," ","{"," ","\"id\": \"01C7VGQWGZVPSBV9NJMEAJSBGM/containers/production-forecast/01CH0K76B5ANMW149TZZEGPZFV\","," ","\"dataType\": {"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","}"," ","},"," ","\"fileNames\": ["," ","\"production-forecast.json\""," ","],"," ","\"files\": ["," ","{"," ","\"name\": \"production-forecast.json\""," ","}"," ","]"," ","}"," ","],"," ","\"computationErrors\": ["," ","{"," ","\"addresses\": ["," ","{"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","},"," ","{"," ","\"type\": \"DataTypeInput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 1"," ","}"," ","],"," ","\"message\": \"Something went wrong.\""," ","}"," ","],"," ","\"computationConfiguration\": {"," ","\"schemaRef\": {"," ","\"ID\": \"planning:fdplan:dataiku:0.0.1\","," ","\"Type\": \"JSON\""," ","}"," ","}"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-container","__idx":20},"children":["Get container ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-container"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get container given the container ID. The container ID associated with a given computation can be accessed through the computations API operations."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["containerId"]}," The ID of the container."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["includeDataLinkContent"]}," Flag will include data-link.json content encoded as base64."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/containers/{containerId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"01C7VGQWGZVPSBV9NJMEAJSBGM/containers/production-forecast/01CH0K76B5ANMW149TZZEGPZFV\","," ","\"dataType\": {"," ","\"id\": \"production-forecast\","," ","\"version\": 1,"," ","\"address\": {"," ","\"type\": \"DataTypeOutput\","," ","\"computationIndex\": 0,"," ","\"dataTypeIndex\": 0"," ","}"," ","},"," ","\"fileNames\": ["," ","\"production-forecast.json\""," ","],"," ","\"files\": ["," ","{"," ","\"name\": \"production-forecast.json\""," ","}"," ","],"," ","\"labels\": {"," ","\"name\": \"p10\""," ","}"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"upload-file-associated-with-a-container","__idx":21},"children":["Upload file associated with a container ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"upload-file-associated-with-a-container"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Upload file associated with a container."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["containerId"]}," The ID of the container"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["uploadFile"]}," The file to upload."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request POST ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/containers/{containerId}/files' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: multipart/form-data' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--form 'filename'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 201"," ","{"," ","\"fileURI\": \"01C7VGQWGZVPSBV9NJMEAJSBGM/containers/production-forecast/01CH0K76B5ANMW149TZZEGPZFV/production-forecast.json\""," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-a-file-associated-with-a-container","__idx":22},"children":["Get a file associated with a container ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-a-file-associated-with-a-container"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get a file associated with a container. The MIME type will be set according to the data-type."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["fileName"]}," The name of the file."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["containerId"]}," The ID of the container."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/containers/{containerId}/files/{fileName}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-a-signed-url-which-can-be-used-to-download-a-file","__idx":23},"children":["Get a signed url which can be used to download a file. ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-a-signed-url-which-can-be-used-to-download-a-file"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Generate a signed url which can be used for downloading a specified file."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["fileName"]}," The name of the file."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["containerId"]}," The ID of the container."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/containers/{containerId}/files/{fileName}/download-url' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-a-signed-url-which-can-be-used-to-upload-a-file","__idx":24},"children":["Get a signed url which can be used to upload a file. ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-a-signed-url-which-can-be-used-to-upload-a-file"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Generate a signed url which can be used for uploading a specified file."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["fileName"]}," The name of the file."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["containerId"]}," The ID of the container"]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/containers/{containerId}/files/{fileName}/upload-url' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"get-schema","__idx":25},"children":["Get schema ",{"$$mdtype":"Tag","name":"a","attributes":{"name":"get-schema"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get a schema given its schema ID."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Parameters"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["slb-data-partition-id"]}," Data partition id."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["schemaId"]}," The ID of the schema."]}]}]},{"$$mdtype":"Tag","name":"details","attributes":{},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":[{"$$mdtype":"Tag","name":"b","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["curl -request GET ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--url 'https://api.delfi.slb.com/fdplan/evaluation/v1/schemas/{schemaId}' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'Authorization: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'appkey: value' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'content-type: application/json' ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"--header 'slb-data-partition-id: header'"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Response: 200"," ","{"," ","\"id\": \"planning:fdplan:result-set:0.0.1\","," ","\"type\": \"JSON\","," ","\"definition\": {"," ","}"," ","}"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#toc"},"children":["Back to table of contents"]}]}]},"headings":[{"value":"Evaluation","id":"evaluation","depth":1},{"value":"Table of contents","id":"table-of-contents","depth":1},{"value":"Get all workflow specifications","id":"get-all-workflow-specifications","depth":1},{"value":"Create workflow specification","id":"create-workflow-specification","depth":1},{"value":"Get a workflow specification","id":"get-a-workflow-specification","depth":1},{"value":"Create or update workflow specification","id":"create-or-update-workflow-specification","depth":1},{"value":"Update a workflow specification","id":"update-a-workflow-specification","depth":1},{"value":"Create or update configuration for a computation","id":"create-or-update-configuration-for-a-computation","depth":1},{"value":"Get all computation specifications","id":"get-all-computation-specifications","depth":1},{"value":"Create a computation specification","id":"create-a-computation-specification","depth":1},{"value":"Get computation specification","id":"get-computation-specification","depth":1},{"value":"Create or update a computation specification","id":"create-or-update-a-computation-specification","depth":1},{"value":"Update computation specification","id":"update-computation-specification","depth":1},{"value":"Get all data-types","id":"get-all-data-types","depth":1},{"value":"Create data-type","id":"create-data-type","depth":1},{"value":"Get a data-type","id":"get-a-data-type","depth":1},{"value":"Create or update data-type","id":"create-or-update-data-type","depth":1},{"value":"Update a data-type","id":"update-a-data-type","depth":1},{"value":"Get a computation","id":"get-a-computation","depth":1},{"value":"Set status of computation","id":"set-status-of-computation","depth":1},{"value":"Get container","id":"get-container","depth":1},{"value":"Upload file associated with a container","id":"upload-file-associated-with-a-container","depth":1},{"value":"Get a file associated with a container","id":"get-a-file-associated-with-a-container","depth":1},{"value":"Get a signed url which can be used to download a file.","id":"get-a-signed-url-which-can-be-used-to-download-a-file","depth":1},{"value":"Get a signed url which can be used to upload a file.","id":"get-a-signed-url-which-can-be-used-to-upload-a-file","depth":1},{"value":"Get schema","id":"get-schema","depth":1}],"frontmatter":{"seo":{"title":"Evaluation"}},"lastModified":"2025-04-08T15:57:38.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/solutions/fdplan/tutorial/evaluation-openapi_nam","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}