[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1

KpiResultsJobData

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.


Properties

array of string as ^[0-9]+$
cell_ids Optional

A list of Cell Global Identifiers. The results are filtered to include only data for the listed cells. If this field is not present, then the results contain kpi results data for all cells.


array of string
kpi_set_names Optional

One or more kpi set names on which to filter the results.

JSON Example

{
    "cell_ids": [
        "14342903"
    ],
    "kpi_set_names": [
        "NR_CELL_RECORD"
    ]
}
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Property Of

ProducerInfoJobRequest
Parameter To

Query Kpi Results

Feedback

Was this page helpful?