[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
ProducerInfoJobRequest
The body of the job request.
Properties
info_job_data
Required
The filtering parameters that shape a kpi results query. If one or more of cell_ids
or kpi_set_names
are provided, the results are filtered by those ids and kpi sets.
Note: This format
is expected to change as R1 standards mature.
string
info_job_identity
Required
Identifier for the job
string
target_uri
Required
URI to which the produced information is sent. This
can be actual results, or in the case of ran-kpi-resuts
a
notification of where to retrieve the results.
string
info_type_identity
Optional
Identitifer of the data or information type used for the 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
JSON Example
{
"info_job_identity": "94ec9a62-213b-11ec-af33-7f567fdd0e71",
"target_uri": "http://kpi-results-consumer:8080/v0alpha1/jobs_results/94ec9a62-213b-11ec-af33-7f567fdd0e71"
}