Kafka Admin API
Go to the Service credentials
page and View credentials
. To access the Kafka Admin API, use the value for property kafka_admin_url
. The Swagger 2.0 docs for the IBM Event Streams Administration REST API is found at https://raw.githubusercontent.com/ibm-messaging/event-streams-docs/master/admin-rest-api/admin-rest-api.yaml. You can load the file via URL import in the http://editor.swagger.io, click File > Import URL > OK. Or read the README for the Admin API at https://github.com/ibm-messaging/event-streams-docs/tree/master/admin-rest-api.
To authenticate add an X-Auth-Token
HTTP Header with the apikey
found in the service credentials.
List the Kafka topics,
Delete a topic,
Create a topic,
Get a topic,
Update a topic configuration,
Last updated