Consumer Groups - List By Event Hub
Gets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/consumergroups?api-version=2024-01-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/eventhubs/{eventHubName}/consumergroups?api-version=2024-01-01&$skip={$skip}&$top={$top}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
event
|
path | True |
string minLength: 1maxLength: 256 |
The Event Hub name |
namespace
|
path | True |
string minLength: 6maxLength: 50 pattern: ^[a-zA-Z][a-zA-Z0-9-]{6,50}[a-zA-Z0-9]$ |
The Namespace name |
resource
|
path | True |
string minLength: 1maxLength: 90 |
Name of the resource group within the azure subscription. |
subscription
|
path | True |
string |
Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
api-version
|
query | True |
string |
Client API Version. |
$skip
|
query |
integer minimum: 0maximum: 1000 |
Skip is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skip parameter that specifies a starting point to use for subsequent calls. |
|
$top
|
query |
integer minimum: 1maximum: 1000 |
May be used to limit the number of results to the most recent N usageDetails. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Successfully retrieved the list of consumer groups. |
|
Other Status Codes |
Eventhub error response describing why the operation failed |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
ConsumerGroupsListAll
Sample request
Sample response
{
"value": [
{
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2661/eventhubs/sdk-EventHub-6681/consumergroups/$Default",
"name": "$Default",
"type": "Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups",
"properties": {
"createdAt": "2017-05-25T03:42:52.287Z",
"updatedAt": "2017-05-25T03:42:52.287Z"
}
},
{
"id": "/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-2661/eventhubs/sdk-EventHub-6681/consumergroups/sdk-consumergroup-5563",
"name": "sdk-consumergroup-5563",
"type": "Microsoft.EventHub/Namespaces/EventHubs/ConsumerGroups",
"properties": {
"createdAt": "2017-05-25T03:43:09.314Z",
"updatedAt": "2017-05-25T03:43:09.314Z"
}
}
]
}
Definitions
Name | Description |
---|---|
Consumer |
Single item in List or Get Consumer group operation |
Consumer |
The result to the List Consumer Group operation. |
created |
The type of identity that created the resource. |
Error |
The resource management error additional info. |
Error |
The error detail. |
Error |
Error response indicates Event Hub service is not able to process the incoming request. The reason is provided in the error message. |
system |
Metadata pertaining to creation and last modification of the resource. |
ConsumerGroup
Single item in List or Get Consumer group operation
Name | Type | Description |
---|---|---|
id |
string |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
location |
string |
The geo-location where the resource lives |
name |
string |
The name of the resource |
properties.createdAt |
string (date-time) |
Exact time the message was created. |
properties.updatedAt |
string (date-time) |
The exact time the message was updated. |
properties.userMetadata |
string |
User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. |
systemData |
The system meta data relating to this resource. |
|
type |
string |
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs" |
ConsumerGroupListResult
The result to the List Consumer Group operation.
Name | Type | Description |
---|---|---|
nextLink |
string |
Link to the next set of results. Not empty if Value contains incomplete list of Consumer Group |
value |
Result of the List Consumer Group operation. |
createdByType
The type of identity that created the resource.
Value | Description |
---|---|
User | |
Application | |
ManagedIdentity | |
Key |
ErrorAdditionalInfo
The resource management error additional info.
Name | Type | Description |
---|---|---|
info |
object |
The additional info. |
type |
string |
The additional info type. |
ErrorDetail
The error detail.
Name | Type | Description |
---|---|---|
additionalInfo |
The error additional info. |
|
code |
string |
The error code. |
details |
The error details. |
|
message |
string |
The error message. |
target |
string |
The error target. |
ErrorResponse
Error response indicates Event Hub service is not able to process the incoming request. The reason is provided in the error message.
Name | Type | Description |
---|---|---|
error |
The error object. |
systemData
Metadata pertaining to creation and last modification of the resource.
Name | Type | Description |
---|---|---|
createdAt |
string (date-time) |
The timestamp of resource creation (UTC). |
createdBy |
string |
The identity that created the resource. |
createdByType |
The type of identity that created the resource. |
|
lastModifiedAt |
string (date-time) |
The type of identity that last modified the resource. |
lastModifiedBy |
string |
The identity that last modified the resource. |
lastModifiedByType |
The type of identity that last modified the resource. |