pmhistory_job_data

pmhistory_job_data
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.

JSON Example
{
    "start": 1632781620000,
    "end": 1632929865000,
    "technology": "string",
    "cell_ids": [
        "3139998247308295"
    ],
    "counter_names": [
        "PMUECTXTSETUPATT"
    ]
}
integer As int64 As int64
start
Required

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

integer As int64 As int64
end
Required

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

string
technology
Required

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

Possible values are : nr, lte,
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.