Notify Job Results
This is the callback URI that the R1 interface invokes when the historical PM counter results for the job requested by the rApp are available. The rApp expects the PM counter results URI as part of the request body. That URI is used to fetch the PM counter data.
The unique identifier for one job that the rApp has created and is awaiting results.
JSON object that provides the callback URI to fetch the historical PM counter data.
{
"data": {
"uri": "http://pmhistory:8080/v0alpha1/jobs/b66d0144-2137-11ec-8e85-f3c25b763afb",
"type": "application/json;stream=true",
"data_type": "pmhistory"
}
}
The incoming job results notification was successfully decoded and the results retrieved.
The incoming job results notification could not be decoded.
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
A URI representing the type of the problem.
A short summary of the error.
The HTTP Response code associated with this error.
A detailed description of the error.
An optional URI of the instance involved in the problem.