Get Job Results
Get the results of one job. For notification-style data management interactions the URI is a one-use URI for retrieving the job results and is the only URL that a consumer should use when interacting with this service.
For other interaction styles the URI may allow multiple uses.
The unique identifier for one job result.
A successful retrieval of one job result, presented as a transfer-encoding chunked stream of multiple JSON objects, each single object as described in the schema.
{
"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.
Response Headers
The `transfer-encoding` header identifies that this response is using chunked encoding and may be treated as a stream.
Results for the identified job do not exist.
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
A URI representing the type of the problem.
A short summary of the error.
The HTTP Response code associated with this error.
A detailed description of the error.
An optional URI of the instance involved in the problem.
There was an unexpected system error retrieving data. The most common cause is the data-persistence layer being unavailable.
{
"type": "string",
"title": "string",
"status": 400,
"detail": "Required field 'counter_names' missing.",
"instance": "string"
}
A URI representing the type of the problem.
A short summary of the error.
The HTTP Response code associated with this error.
A detailed description of the error.
An optional URI of the instance involved in the problem.