[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1
List Info Producer Jobs
DescriptionList the jobs this producer is currently expected to be handling.
Request
URLURL
https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}/info-jobs
Path Parameters
Path Parameters
string
info_producer_id
Required
The identifier of one producer.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
ProducerJobRequest
of type application/json
Successfully retrieved details of the jobs this producer is handling.
{
"info_job_data": {
"cell_ids": [
"172005628736176129"
],
"counter_names": [
"PMRRCCONNESTABSUCC"
],
"end": 1648742607000,
"start": 1648742607000,
"technology": "nr"
},
"info_job_identity": "93eba9d4-b10d-11ec-8d7c-033058ad8779",
"info_type_identity": "pmhistory",
"last_updated": "2022-03-31T15:23:12+00:00",
"owner": "pmhistory-consumer",
"target_uri": "http://consumer:8080/v0alpha1/job_results/93eba9d4-b10d-11ec-8d7c-033058ad8779"
}
string as uuid
info_job_identity
Required
The unique identifier for the job, formatted as a uuid.
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.
string
last_updated
Optional
The time when the job was last updated or created (ISO-8601)
string
owner
Optional
The owner of the job, identify the service that requested the job.
string
target_uri
Optional
The URI (at the consumer) where job results will be notified.
Errors
ProblemDetails
404
A producer identified by info_producer_id
could not
be found.
Code Samples
cURL Command
curl https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}/info-jobs
[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1