Event Hubs Namespaces¶
Provider: Azure
Service ID: azure_event_hubs
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'azure_event_hubs',
provider: 'azure',
region: 'uksouth',
source: 'live',
attributes: ['name', 'location', 'sku_name', 'sku_tier', 'sku_capacity', 'provisioning_state']
});
</script>
<div data-sd-service="azure_event_hubs" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['name', 'location', 'sku_name', 'sku_tier', 'sku_capacity', 'provisioning_state', 'kafka_enabled']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Namespace Name | text |
From API field: name |
namespace_id |
Namespace ID | azure_resource_name |
From API field: id |
location |
Location | text |
From API field: location |
sku_name |
SKU Name | text |
From API field: sku.name |
sku_tier |
SKU Tier | text |
From API field: sku.tier |
sku_capacity |
SKU Capacity | text |
From API field: sku.capacity |
provisioning_state |
Provisioning State | status_badge |
From API field: provisioning_state |
status |
Status | status_badge |
From API field: status |
created_at |
Created At | datetime |
From API field: created_at |
kafka_enabled |
Kafka Enabled | boolean |
From API field: kafka_enabled |
resource_group |
Resource Group | azure_resource_group |
From API field: id |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name