| getkafkaclusterResult Structure Definition |
The getkafkaclusterResult structure defines the return type for getkafkacluster API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
kafkaclusterList |
List of kafkaclusters |
| kafkacluster Structure Definition |
The kafkacluster structure defines the actual return type values for getkafkacluster API. |
Syntax |
Members |
name |
Name for the Kafka cluster |
servicegroupname |
Name of the bound servicegroup. |
activesvc |
Total active services bound to servicegroup. |
totalsvc |
Total services bound to servicegroup. |
topicname |
Topic of the servicegroup. |
numtopics |
Total number of topic servicegroups bound. |
_nextgenapiresource |
See Also |