DataInfo
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.
Properties
The R1 data-type associated with the job result. For the pmhistory
consumer rApp this will either be pmhistory
or cmwrite
.
The media-type of the job results to be retrieved. This can be
useful for preparing an appropriate client to retrieve the results.
For example, when retrieving the pmhistory
data-type, the results
are a stream of chunk-encoded application/json
objects that must
be decoded as a string rather than a single block of JSON.
The URI from which to fetch the job result data with a GET
request. For the pmhistory data-type this will be a URI on the pmhistory
producer.
JSON Example
{
"data_type": "pmhistory",
"type": "application/json;stream=true",
"uri": "http://pmhistory:8080/v0alpha1/jobs/b66d0144-2137-11ec-8e85-f3c25b763afb"
}