pmhistory_job_data
The filtering parameters that shape a pmhistory query. start
, end
, technology
and counter_names
are required. If one or more cell_ids
are provided, the results are filtered by those ids.
{
"start": 1632781620000,
"end": 1632929865000,
"technology": "string",
"cell_ids": [
"3139998247308295"
],
"counter_names": [
"PMUECTXTSETUPATT"
]
}
Milliseconds since the UNIX epoch defining the start of the time range to query.
Milliseconds since the UNIX epoch defining the end of the time range to query.
The wireless networking technology, nr
or lte
, of the counters being retrieved.
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.