Msgs
Sink List
List sink configurations for a topic.
post/api/v1.msgs.sink.list
Request body
Example request
{
"namespace": "some_namespace",
"topic": "some_topic_name"
}Response
Example response
{
"data": [
{
"topic": "some_topic_name",
"consumer_group": "some_consumer_group",
"config": {
"data": {
"url": "My name is ${name}!",
"body": "My name is ${name}!"
}
}
}
]
}