List Info Producer Jobs
List the jobs this producer is currently expected to be handling.
Request
URI
GET
https://{api_host}/dms/data-producer/v0alpha1/info-producers/{info_producer_id}/info-jobs
COPY
Path Parameters
string
info_producer_id
Required
The identifier of one producer.
Responses
200
Successfully retrieved details of the jobs this producer is handling.
Returns Array of ProducerJobRequest of type(s) application/json
[
{
"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"
}
]
404
A producer identified by info_producer_id
could not be found.
Returns ProblemDetails of type(s) application/problem+json
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
string
type
Optional
A URI representing the type of the problem.
string
title
Required
A short summary of the error.
number
status
Required
The HTTP Response code associated with this error.
string
detail
Required
A detailed description of the error.
string
instance
Optional
An optional URI of the instance involved in the problem.