job_result

job_result
job_result

One row of PM counter data as a JSON object.

JSON Example
{
    "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"
}
integer As int64 As int64
epoch_timestamp_ms
Optional

Time in milliseconds since the UNIX epoch that this counter was recorded.

string
counter_name
Optional

The name of the PM counter, as stored in the PM History database.

number As float As float
counter_value
Optional

The float value of the counter at the time indicated by epoch_timestamp_ms.

integer As int64 As int64
vector_index
Optional

The vector index of this counter, if any. Set to -1 if this is a scalar counter.

string
cell_global_id
Optional

The identifier of a cell. This is a Cell Global ID as a sequence of numerals as a string.

integer As int64 As int64
cell_relation
Optional

Indicates the other cell in cell relation PM counters.

integer As int32 As int32
arp
Optional

The arp of this counter, if any.

integer As int32 As int32
beam_id
Optional

The beam id of this counter, if any.

integer As int32 As int32
qci_5qi
Optional

The qci_5qi of this counter, if any.

integer As int64 As int64
slice_id
Optional

The slice id of this counter, if any.

string
cause
Optional

The cause of this counter, if any.