Notify Job Results
This is the callback URI that a data producer invokes when the results of a data-collection job are ready for retrieval.
The unique identifier for one job that the dms has created and is awaiting results.
JSON object that provides the callback URI to fetch the data for collection.
{
"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.