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
Milliseconds since the UNIX epoch defining the end of the time range to query.
Milliseconds since the UNIX epoch defining the start of the time range to query.
The wireless networking technology, nr
or lte
, of the counters being retrieved.
Possible values are: nr , lte
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.
One or more counter names on which to filter the results.
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
}
Property Of
ProducerInfoJobRequest
Parameter To
Query Pm Counters