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

Kafka Mapper Get Configuration

Description

List All Kafka Mapper Configurations

Request

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns KafkaMapperConfigResponse of type application/json

Returns all Kafka Mapper Configurations

entity Required

Object contains a map, where key is the mapping name, and the value is an object of mapping metadata and json mapping


integer
pageCount Required

Total number of pages in the response object


integer
total Required

Total count of mapping in the database

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 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?