ProducerJobRequest
ProducerJobRequest
The details of a pending individual job.
JSON Example
{
"owner": "pmhistory-consumer",
"last_updated": "2022-03-31T15:23:12+00:00",
"info_job_identity": "93eba9d4-b10d-11ec-8d7c-033058ad8779",
"target_uri": "http://consumer:8080/v0alpha1/job_results/93eba9d4-b10d-11ec-8d7c-033058ad8779",
"info_job_data": {
"technology": "nr",
"cell_ids": [
"172005628736176129"
],
"counter_names": [
"PMRRCCONNESTABSUCC"
],
"start": 1648742607000,
"end": 1648742607000
},
"info_type_identity": "pmhistory"
}
string
owner
Optional
The owner of the job, identify the service that requested the job.
string
last_updated
Optional
The time when the job was last updated or created (ISO-8601)
string As uuid As uuid
info_job_identity
Required
The unique identifier for the job, formatted as a uuid.
string
target_uri
Optional
The URI (at the consumer) where job results will be notified.
object
info_job_data
Optional
JSON defining the job matching the 'info_job_data_schema' for the chosen data type.
string
info_type_identity
Optional
The identifier for the data type used in this job.