[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Query Kpi Results
DescriptionA testing method for accessing composed ran kpi data directly without the dm intervening.
Request
URLURL
https://{api_host}/v0alpha1/kpi_results
Request Body
Request Body
kpi_results_job_data
of mimetype application/json
Optional
The query information describing the jobs to query.
Response
Response
Response BodyResponse Body
200 OK
Returns
ComposedKpiResults
of type application/json;stream=true
A successful retrieval of one job result, presented as a transfer-encoding chunked stream of multiple JSON objects, each one as described in the schema.
Response Headers
string
transfer-encoding
Errors
ProblemDetails
400
Bad Request
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"cell_ids":["14342903"],"kpi_set_names":["NR_CELL_RECORD"]}' https://{api_host}/v0alpha1/kpi_results
[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
On This Page
Testing Operations
post