job_result
One row of PM counter data as a JSON object.
{
"epoch_timestamp_ms": 1632781620000,
"counter_name": "PMRRCCONNESTABATT",
"counter_value": 5,
"vector_index": 0,
"cell_global_id": "string",
"cell_relation": 0,
"arp": 0,
"beam_id": 0,
"qci_5qi": 0,
"slice_id": 0,
"cause": "string"
}
Time in milliseconds since the UNIX epoch that this counter was recorded.
The name of the PM counter, as stored in the PM History database.
The float value of the counter at the time indicated by epoch_timestamp_ms
.
The vector index of this counter, if any. Set to -1 if this is a scalar counter.
The identifier of a cell. This is a Cell Global ID as a sequence of numerals as a string.
Indicates the other cell in cell relation PM counters.
The arp of this counter, if any.
The beam id of this counter, if any.
The qci_5qi of this counter, if any.
The slice id of this counter, if any.
The cause of this counter, if any.