[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1

Query Pm Counters

Description

A testing method for querying PM counter data directly without the DMS intervening.

Request

Request

URL

URL


post
https://{api_host}/v0alpha1/pmhistory
Copy

Request Body

Request Body

pmhistory_job_data of mimetype application/json Optional

Query parameters for getting PM Counter data.

Response

Response

Response Body

Response Body

200 OK

Returns JobResult 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

Errors

ProblemDetails
400

The content of the request was incorrectly formed and cannot be processed.

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"cell_ids":["14342903"],"counter_names":["PMUECTXTSETUPATT"],"end":1632929865000,"start":1632781620000,"vector_indexes":[5]}' https://{api_host}/v0alpha1/pmhistory


[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Feedback

Was this page helpful?