Get Metric Details
Retrieves information related to a metric based upon filters provided.
Name of the metric
Active_Time_Dl
Offset from first result to fetch.
Maximum number of results per page.
Sorting is allowed only on metric_type, domain and sub_domain fields, eg sort_by=metricType desc
Metric type to be fetched.
RRU
Domain the metric type belongs to.
5G
Sub-Domain the metric type belongs to.
3GPP
OK
{
"total": 1,
"page_count": 1,
"metric_details": [
{
"metricType": "RRU",
"domain": "5G",
"sub_domains": [
"3GPP",
"vRAN"
],
"metrics": [
{
"name": "Active_Time_Ul",
"datatype": null,
"description": "the time duration that gNb used to receive bits from it's serving UEs",
"range": null,
"unit": "ms",
"max": null,
"min": null
}
]
}
]
}
Total number of entities
Total number of pages
Invalid Request sent by the user
{
"errorCode": "string",
"message": "string",
"detailedMessage": "string"
}
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
User authentication failed
{
"errorCode": "string",
"message": "string",
"detailedMessage": "string"
}
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
Access to the requested resource/operation is forbidden
{
"errorCode": "string",
"message": "string",
"detailedMessage": "string"
}
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
Cannot find requested resource
{
"errorCode": "string",
"message": "string",
"detailedMessage": "string"
}
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution
Internal server error
{
"errorCode": "string",
"message": "string",
"detailedMessage": "string"
}
Error code for the failed request
Short summary of the error occurred
Detailed message with probable solution