[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Kafka Mapper Get Configuration
DescriptionList All Kafka Mapper Configurations
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}tcsa.host.com/v1/kafkamapper/mappings
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
KafkaMapperConfigResponse
of type application/json
Returns all Kafka Mapper Configurations
array of
KafkaMapperEntityObject
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
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
cURL Command
curl https://{api_host}tcsa.host.com/v1/kafkamapper/mappings
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance