MetricDetailsArray

MetricDetailsArray
MetricDetailsArray
JSON Example
{
    "metricType": "NetworkAdapter",
    "domain": "5G",
    "sub_domains": [
        "3GPP",
        "vRAN"
    ],
    "metrics": [
        {
            "name": "Active_Time_Dl",
            "datatype": null,
            "description": "the time duration that gNb used to transmit bits to it's serving UEs",
            "range": null,
            "unit": "ms",
            "max": null,
            "min": null
        },
        {
            "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
        }
    ]
}
string
metricType
Optional

Metric entity type

string
domain
Optional

Domain for the metrics

array of string
sub_domains
Optional

Domain for the metrics

array of Metric
metrics
Optional

metrics

Property Of