GET
/
v2
/
Kafka
/
stats
/
topic
/
{id}

URL Parameters

id
string
required

The ID of the Kafka topic

Response Parameters

throughput
Object
produce_throughput
Object
consume_throughput
Object
diskusage
Object
total_monthly_storage
int

Average storage size of the Kafka topic in the current month

total_monthly_produce
int

Total number of monthly produced messages to the Kafka topic

total_monthly_consume
int

Total number of monthly consumed messages from the Kafka topic