[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
JobResultCallbackResponse
An object describing how to retrieve the results of the job. The format of this object depends on the data-type being retrieved.
Properties
data
Required
The data-type, media-type, and URI at which to retrieve the results
of the job by making a GET
request to the provided URI. The results
are then used by the consumer to make calculations about and observations
of the cell network.
JSON Example
{
"data": {
"data_type": "pmhistory",
"type": "application/json;stream=true",
"uri": "http://pmhistory:8080/v0alpha1/jobs/b66d0144-2137-11ec-8e85-f3c25b763afb"
}
}