Get Metrics Model Metadata
Retrieves high level details of all existing catalog metrics model like domain, sub-domain and metric type.
OK
[
{
"metricType": "IP-SLA",
"domain": "Traffic",
"sub_domains": [
"IP-SLA"
]
},
{
"metricType": "RRU",
"domain": "5G",
"sub_domains": [
"3GPP",
"vRAN"
]
},
{
"metricType": "ANR",
"domain": "5G",
"sub_domains": [
"3GPP",
"vRAN"
]
},
{
"metricType": "MAC",
"domain": "5G",
"sub_domains": [
"3GPP",
"vRAN"
]
},
{
"metricType": "Cisco-ACI-Event",
"domain": "SDN",
"sub_domains": [
"Cisco-ACI_EVENT-1"
]
},
{
"metricType": "DRB",
"domain": "5G",
"sub_domains": [
"3GPP",
"vRAN"
]
},
{
"metricType": "VirtualMachine",
"domain": "Compute",
"sub_domains": [
"VirtualMachine"
]
},
{
"metricType": "Generic",
"domain": "tcopsgeneric",
"sub_domains": [
"tcopsgeneric"
]
}
]
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