Azure Event Hubs
Azure Event Hubs management API — 12 operations consolidated from 2 Microsoft OpenAPI specs into one connector.
- Base URL:
https://management.azure.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. The server refreshes the access token before each run.
Consolidated from 2 spec-per-resource-provider connectors; every operation from every one of them is preserved. The superseded names still resolve.
Operations
clusters_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}clusters_listavailableclusters— GET /subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegionsclusters_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clustersclusters_listnamespaces— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}/namespaceseventhub_preview_namespaces_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaceseventhub_preview_operations_list— GET /providers/Microsoft.EventHub/operationsnamespaces_get— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}namespaces_list— GET /subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespacesnamespaces_listauthorizationrules— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/AuthorizationRulesnamespaces_listbyresourcegroup— GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespacesoperations_list— GET /providers/Microsoft.EventHub/operationsregions_listbysku— GET /subscriptions/{subscriptionId}/providers/Microsoft.EventHub/sku/{sku}/regions
Inputs
- a linked
oauthcredential (no key inputs) operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
operation |
string | yes | — | One of: clusters_get, clusters_listavailableclusters, clusters_listbyresourcegroup, clusters_listnamespaces, eventhub_preview_namespaces_list, eventhub_preview_operations_list, namespaces_get, namespaces_list, namespaces_listauthorizationrules, namespaces_listbyresourcegroup, operations_list, regions_listbysku |
clusterName |
string | no | — | Path parameter clusterName (required by some operations). |
namespaceName |
string | no | — | Path parameter namespaceName (required by some operations). |
resourceGroupName |
string | no | — | Path parameter resourceGroupName (required by some operations). |
sku |
string | no | — | Path parameter sku (required by some operations). |
subscriptionId |
string | no | — | Path parameter subscriptionId (required by some operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |