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

Modify Kafka Mapper Mapping

Description

Modify an Existing Kafka Mapper Configuration.

Request

Request

URL

URL


put
https://{api_host}tcsa.host.com/v1/kafkamapper/mappings
Copy

Request Body

Request Body

KafkaMapperRequestObject of mimetype application/json Required
Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns object of type application/json
{
	"status": "Metadata for Modified  Kafka Mapper has been persisted in repos"
}
Errors

Errors

400

Invalid Request sent by the user


401

User authentication failed


403

Access to the requested resource/operation is forbidden


404

Cannot find requested resource


500

Internal server error

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{}' https://{api_host}tcsa.host.com/v1/kafkamapper/mappings


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

Was this page helpful?