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

URL Parameters

id
string
required

The ID of the Kafka cluster

Response Parameters

throughput
Object
produce_throughput
Object
consume_throughput
Object
diskusage
Object
days
Array<string>

String representation of last 5 days of the week starting from the current day

dailyproduce
int

Last 5 days daily produced message count in kafka cluster

dailyconsume
int

Last 5 days daily consumed message count in kafka cluster

total_monthly_storage
int

Average storage size of the kafka cluster in the current month

total_monthly_billing
int

Total cost of the kafka cluster in current month

total_monthly_produce
int

Total number of produced message in current month

total_monthly_consume
int

Total number of consumed message in current month