[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Get Mnr Metadata
DescriptionGet Mnr metadata for provided package name
Request
URLURL
https://{api_host}tcsa.host.com/v1/mnrgateway/mappings/{packageName}
Path Parameters
Path Parameters
string
packageName
Required
Package name for which user wants to fetch MetaData
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
MnRMetaData
of type application/json
{
"description": "netflow",
"keys": [
"source"
],
"spname": "Netflow",
"type": "event"
}
string
description
Optional
This is a netflow package.
array of
string
keys
Optional
An array of keys. This helps to determine the package.
string
spname
Optional
The name of the package.
string
type
Optional
This describes mapping has to apply on what kind of data event or metric.
Errors
object
400
Invalid Request sent by the user
object
401
User authentication failed
object
403
Access to the requested resource/operation is forbidden
object
404
Cannot find requested resource
object
500
Internal server error
Code Samples
cURL Command
curl https://{api_host}tcsa.host.com/v1/mnrgateway/mappings/{packageName}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance