[{"label":"Latest (0.1.0)","version":"latest"}]
cric-r1
Query Pm Counters
DescriptionA testing method for querying PM counter data directly without the DMS intervening.
Request
URLURL
https://{api_host}/v0alpha1/pmhistory
Request Body
Request Body
pmhistory_job_data
of mimetype application/json
Optional
Query parameters for getting PM Counter data.
Response
Response
Response BodyResponse 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
ProblemDetails
400
The content of the request was incorrectly formed and cannot be processed.
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
On This Page
Testing Operations
post