Event Hubs Management REST (classic)

 

These APIs enable you to perform management operations on Event Hubs.

Common parameters and headers

The following information is common to all tasks that you might do related to Event Hubs management:

  • Replace {api-version} with "2014-01" in the URL.

  • Replace {servicebusNamespace} with the namespace obtained from the Azure classic portal.

  • Replace {eventHubPath} with the path to your Event Hub.

  • Replace {consumergroupName} with the name of a consumer group.

  • Replace {partitionId} with the ID of a partition on your Event Hub.

  • Set the Content-Type header to application/atom+xml;type=entry;charset=utf-8.

  • Set the Authorization header to a SAS token (see the Generate SAS token section for more information), or a WRAPv0.9.7.2 token containing a SimpleWebToken acquired from ACS. Set to WRAP access_token=”{swt}”.

Tasks

You can perform the following management operations: