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

PmhistoryJobData

The filtering parameters that shape a pmhistory query. start, end, technology and counter_names are required. If one or more cell_ids or vector_indexes are provided, the results are filtered by those ids and indexes. If a chosen counter is a vector and no vector_indexes value is provided, then the caller is responsible for processing the vectors appropriately. If any vector_indexes are present then counter_names must have only one item. Note: This format is expected to change as R1 standards mature.


Properties

integer
end Required

Milliseconds since the UNIX epoch defining the end of the time range to query.


integer
start Required

Milliseconds since the UNIX epoch defining the start of the time range to query.


string
technology Required

The wireless networking technology, nr or lte, of the counters being retrieved.

Possible values are: nrlte


array of string
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 counter data for all cells for all provided counter names.


array of string
counter_names Optional

One or more counter names on which to filter the results.


array of integer
vector_indexes Optional

One or more vector indexes on which to filter the results. If this is set then counter_names must have a length of 1 and it is that counter’s vectors that will be filtered.

JSON Example

{
    "end": 1632929865000,
    "start": 1632781620000
}
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Property Of

ProducerInfoJobRequest
Parameter To

Query Pm Counters

Feedback

Was this page helpful?