Geostatistics Task API
Continuous distribution
For more information, please read the guide
Request
Example body
{
"source": {
"object": "https://example.com",
"attribute": "string"
},
"target": {
"reference": "https://example.com",
"overwrite": false,
"tags": {
"Additional properties": "string",
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}
}
Responses
200
The task result returned by the Compute API Result endpoint when the task is done
Examples: "example string", "another example"
A message describing the result of the task.
Examples: {"key":"value"}, {"another_key":123}
Reference to the created continuous distribution object.
Reference to a geoscience object.
Supported schemas: non-parametric-continuous-cumulative-distribution/[>=1.0,<2]
The name of the geoscience object.
The description of the geoscience object.
The ID of the Geoscience Object schema.
{
"message": "string",
"distribution": {
"reference": "https://example.com",
"name": "string",
"schema_id": "string"
}
}
303
303 response, see Compute API Execute Task documentation for more details