Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.32 KB

eventstreams037.md

File metadata and controls

28 lines (18 loc) · 1.32 KB
copyright lastupdated
years
2015, 2018
2018-07-05

{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen: .screen} {:codeblock: .codeblock} {:pre: .pre}

Using the Administration REST API

{: #admin_api}

{{site.data.keyword.messagehub}} provides an Administration RESTful API that you can use to create, delete, and list topics. {: shortdesc}

To discover the Administration RESTful API's endpoint, your {{site.data.keyword.Bluemix_short}} application can use the kafka_admin_url property in your application's VCAP_SERVICES environment variable.

You can download the full specification for the API from admin-rest-api.yaml External link icon{:new_window}. To view the swagger file use Swagger tools, for example Swagger editor External link icon{:new_window}.

The {{site.data.keyword.messagehub}} admin-rest-api External link icon{:new_window} directory also contains a useful set of examples of how to call the Administration RESTful API.