{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector V1metadata API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "V1metadata", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get A List Of Kafka Brokers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/metadata/brokers" }, "docs": "Get a list of Kafka brokers with hostname, port, and broker id" }, { "info": { "name": "Microsoft Azure Get A List Of Kafka Topics", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/metadata/topics" }, "docs": "Get a list of Kafka topics. If it is a newly created topic, please wait a few seconds for it to show up." }, { "info": { "name": "Microsoft Azure Get Metadata About All Partitions For A Specific Topic", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/metadata/topics/:topic/partitions", "params": [ { "name": "topic", "value": "", "type": "path", "description": "Name of the topic" } ] }, "docs": "Get metadata about all partitions for a specific topic with partition ID, earliest offset, latest offset, leader, replicas, and in-sync replicas" }, { "info": { "name": "Microsoft Azure Get Metadata About A Specific Kafka Topic Partition", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/metadata/topics/:topic/partitions/:partition", "params": [ { "name": "topic", "value": "", "type": "path", "description": "Name of the topic" }, { "name": "partition", "value": "", "type": "path", "description": "Partition ID to get metadata for" } ] }, "docs": "Get metadata about a specific Kafka topic-partition with partition ID, earliest offset, latest offset, leader, replicas, and in-sync replicas" } ] } ], "bundled": true }