[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

Store Mnr Metadata Using File

Description

Store Mnr metadata for provided package name

Request

Request

URL

URL


post
https://{api_host}tcsa.host.com/v1/mnrgateway/metadata/{packageName}
Copy

Path Parameters

Path Parameters

string
packageName Required

Package name for which user wants to store MetaData

packageName example
"Netflow"

Request Body

Request Body

MnrMetaDataFileUpload of mimetype multipart/form-data Required

File containing the Mnr Metadata to be uploaded

{
	"file": "string"
}
string as binary
file Required

Mnr metadata file

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns object of type application/json
Errors

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

Code Samples

cURL Command

curl -X POST -H "Content-Type: multipart/form-data" -d '{"file":"string"}' https://{api_host}tcsa.host.com/v1/mnrgateway/metadata/Netflow


Feedback

Was this page helpful?