openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 115 kB
JSON
{"openapi":"3.0.0","info":{"description":"Azure Event Hubs client for managing Event Hubs Cluster, IPFilter Rules and VirtualNetworkRules resources.","title":"EventHub2018PreviewManagementClient","version":"2018-01-01-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/eventhub/resource-manager/Microsoft.EventHub/preview/2018-01-01-preview/EventHub-preview.json","version":"2.0"}],"x-providerName":"azure.com","x-serviceName":"eventhub-EventHub-preview","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.EventHub/operations":{"get":{"description":"Lists all of the available Event Hub REST API operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"OK. The request has succeeded.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"EHOperations_List":{"$ref":"#/components/examples/EHOperations_List"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Operations"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/availableClusterRegions":{"get":{"description":"List the quantity of available pre-provisioned Event Hubs Clusters, indexed by Azure region.","operationId":"Clusters_ListAvailableClusters","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Available clusters listed successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AvailableClustersList"},"examples":{"ListAvailableClusters":{"$ref":"#/components/examples/ListAvailableClusters"}}}}},"default":{"description":"Error response describing why available clusters could not be successfully listed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Clusters"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventHub/namespaces":{"get":{"description":"Lists all the available Namespaces within a subscription, irrespective of the resource groups.","operationId":"Namespaces_List","parameters":[{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespaces returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespaceListResult"},"examples":{"NamespacesListBySubscription":{"$ref":"#/components/examples/NamespacesListBySubscription"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters":{"get":{"description":"Lists the available Event Hubs Clusters within an ARM resource group.","operationId":"Clusters_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Clusters returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterListResult"},"examples":{"ClustersListByResourceGroup":{"$ref":"#/components/examples/ClustersListByResourceGroup"}}}}},"default":{"description":"Event Hub Cluster error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Clusters"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}":{"delete":{"description":"Deletes an existing Event Hubs Cluster. This operation is idempotent.","operationId":"Clusters_Delete","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Event Hubs Cluster successfully deleted."},"202":{"description":"Event Hubs Cluster delete request accepted."},"204":{"description":"No content."},"default":{"description":"Event Hubs error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster"],"x-ms-long-running-operation":true},"get":{"description":"Gets the resource description of the specified Event Hubs Cluster.","operationId":"Clusters_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Event Hubs Cluster resource description returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"ClusterGet":{"$ref":"#/components/examples/ClusterGet"}}}}},"default":{"description":"Event Hubs Cluster error response describing why the cluster description get operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster"]},"patch":{"description":"Modifies mutable properties on the Event Hubs Cluster. This operation is idempotent.","operationId":"Clusters_Patch","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"}}},"description":"The properties of the Event Hubs Cluster which should be updated.","required":true},"responses":{"200":{"description":"Event Hubs Cluster successfully created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"ClusterPatch":{"$ref":"#/components/examples/ClusterPatch"}}}}},"201":{"description":"Event Hubs Cluster update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"ClusterPatch":{"$ref":"#/components/examples/ClusterPatch"}}}}},"202":{"description":"Event Hubs Cluster update request accepted."},"default":{"description":"Event Hubs error response detailing why the Event Hubs Cluster update operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster"],"x-ms-long-running-operation":true},"put":{"description":"Creates or updates an instance of an Event Hubs Cluster.","operationId":"Clusters_Put","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Event Hubs Cluster successfully created or updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"ClusterPut":{"$ref":"#/components/examples/ClusterPut"}}}}},"201":{"description":"Event Hubs Cluster create or update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Cluster"},"examples":{"ClusterPut":{"$ref":"#/components/examples/ClusterPut"}}}}},"202":{"description":"Event Hubs Cluster create or update request accepted."},"default":{"description":"Event Hubs error response detailing why the Event Hubs Cluster create or update operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}/namespaces":{"get":{"description":"List all Event Hubs Namespace IDs in an Event Hubs Dedicated Cluster.","operationId":"Clusters_ListNamespaces","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"List of Namespace IDs in Cluster successfully delivered.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespaceIdListResult"},"examples":{"ListNamespacesInCluster":{"$ref":"#/components/examples/ListNamespacesInCluster"}}}}},"default":{"description":"Event Hubs Cluster error response detailing why this operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Namespace Enumeration in Cluster"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}/quotaConfiguration/default":{"get":{"description":"Get all Event Hubs Cluster settings - a collection of key/value pairs which represent the quotas and settings imposed on the cluster.","operationId":"Configuration_Get","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"responses":{"200":{"description":"Event Hubs Cluster settings configuration returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterQuotaConfigurationProperties"},"examples":{"ClustersQuotasConfigurationGet":{"$ref":"#/components/examples/ClustersQuotasConfigurationGet"}}}}},"default":{"description":"Event Hubs Cluster error response describing why the get cluster quotas and settings operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster Configuration"]},"patch":{"description":"Replace all specified Event Hubs Cluster settings with those contained in the request body. Leaves the settings not specified in the request body unmodified.","operationId":"Configuration_Patch","parameters":[{"$ref":"#/components/parameters/subscriptionIdParameter"},{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/clusterNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterQuotaConfigurationProperties"}}},"description":"Parameters for creating an Event Hubs Cluster resource.","required":true},"responses":{"200":{"description":"Event Hubs Cluster settings configuration returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterQuotaConfigurationProperties"},"examples":{"ClustersQuotasConfigurationPatch":{"$ref":"#/components/examples/ClustersQuotasConfigurationPatch"}}}}},"201":{"description":"Event Hubs Cluster setting configuration request successfully accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClusterQuotaConfigurationProperties"},"examples":{"ClustersQuotasConfigurationPatch":{"$ref":"#/components/examples/ClustersQuotasConfigurationPatch"}}}}},"202":{"description":"Event Hubs Cluster update request accepted."},"default":{"description":"Event Hubs Cluster error response describing why the get cluster quotas and settings operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Event Hubs Cluster Configuration"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces":{"get":{"description":"Lists the available Namespaces within a resource group.","operationId":"Namespaces_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespaces returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespaceListResult"},"examples":{"NamespaceListByResourceGroup":{"$ref":"#/components/examples/NamespaceListByResourceGroup"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}":{"delete":{"description":"Deletes an existing namespace. This operation also removes all associated resources under the namespace.","operationId":"Namespaces_Delete","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace successfully deleted."},"202":{"description":"Namespace delete request accepted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-long-running-operation":true},"get":{"description":"Gets the description of the specified namespace.","operationId":"Namespaces_Get","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NameSpaceGet":{"$ref":"#/components/examples/NameSpaceGet"}}}}},"201":{"description":"Namespace update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NameSpaceGet":{"$ref":"#/components/examples/NameSpaceGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"patch":{"description":"Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.","operationId":"Namespaces_Update","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"}}},"description":"Parameters for updating a namespace resource.","required":true},"responses":{"200":{"description":"Namespace successfully updated.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespacesUpdate":{"$ref":"#/components/examples/NamespacesUpdate"}}}}},"201":{"description":"Namespace update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespacesUpdate":{"$ref":"#/components/examples/NamespacesUpdate"}}}}},"202":{"description":"Namespace create or update request accepted."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Creates or updates a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent.","operationId":"Namespaces_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"}}},"description":"Parameters for creating a namespace resource.","required":true},"responses":{"200":{"description":"Namespace successfully created.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespaceCreate":{"$ref":"#/components/examples/NamespaceCreate"}}}}},"201":{"description":"Namespace create request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EHNamespace"},"examples":{"NamespaceCreate":{"$ref":"#/components/examples/NamespaceCreate"}}}}},"202":{"description":"Namespace create or update request accepted."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/ipfilterrules":{"get":{"description":"Gets a list of IP Filter rules for a Namespace.","operationId":"Namespaces_ListIPFilterRules","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace IpFilterRule successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IpFilterRuleListResult"},"examples":{"ListIpFilterRules":{"$ref":"#/components/examples/ListIpFilterRules"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/ipfilterrules/{ipFilterRuleName}":{"delete":{"description":"Deletes an IpFilterRule for a Namespace.","operationId":"Namespaces_DeleteIpFilterRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/ipFilterRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace IpFilterRule successfully deleted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"get":{"description":"Gets an IpFilterRule for a Namespace by rule name.","operationId":"Namespaces_GetIpFilterRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/ipFilterRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace IpFilterRule returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IpFilterRule"},"examples":{"NameSpaceIpFilterRuleGet":{"$ref":"#/components/examples/NameSpaceIpFilterRuleGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Creates or updates an IpFilterRule for a Namespace.","operationId":"Namespaces_CreateOrUpdateIpFilterRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/ipFilterRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/IpFilterRule"}}},"description":"The Namespace IpFilterRule.","required":true},"responses":{"200":{"description":"Namespace IpFilterRule created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IpFilterRule"},"examples":{"NameSpaceIpFilterRuleCreate":{"$ref":"#/components/examples/NameSpaceIpFilterRuleCreate"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/networkRuleSets/default":{"get":{"description":"Gets NetworkRuleSet for a Namespace.","operationId":"Namespaces_GetNetworkRuleSet","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace NetworkRuleSet successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkRuleSet"},"examples":{"NameSpaceNetworkRuleSetGet":{"$ref":"#/components/examples/NameSpaceNetworkRuleSetGet"}}}}},"default":{"description":"ServiceBus error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Create or update NetworkRuleSet for a Namespace.","operationId":"Namespaces_CreateOrUpdateNetworkRuleSet","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkRuleSet"}}},"description":"The Namespace IpFilterRule.","required":true},"responses":{"200":{"description":"Namespace NetworkRuleSet successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NetworkRuleSet"},"examples":{"NameSpaceNetworkRuleSetCreate":{"$ref":"#/components/examples/NameSpaceNetworkRuleSetCreate"}}}}},"default":{"description":"ServiceBus error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/virtualnetworkrules":{"get":{"description":"Gets a list of VirtualNetwork rules for a Namespace.","operationId":"Namespaces_ListVirtualNetworkRules","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace VirtualNetworkRule successfully returned.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRuleListResult"},"examples":{"ListIpFilterRules":{"$ref":"#/components/examples/ListIpFilterRules"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"],"x-ms-pageable":{"nextLinkName":"nextLink"}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/namespaces/{namespaceName}/virtualnetworkrules/{virtualNetworkRuleName}":{"delete":{"description":"Deletes an VirtualNetworkRule for a Namespace.","operationId":"Namespaces_DeleteVirtualNetworkRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/virtualNetworkRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace VirtualNetworkRule successfully deleted."},"204":{"description":"No content."},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"get":{"description":"Gets an VirtualNetworkRule for a Namespace by rule name.","operationId":"Namespaces_GetVirtualNetworkRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/virtualNetworkRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"responses":{"200":{"description":"Namespace VirtualNetworkRule returned successfully.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRule"},"examples":{"NameSpaceVirtualNetworkRuleGet":{"$ref":"#/components/examples/NameSpaceVirtualNetworkRuleGet"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]},"put":{"description":"Creates or updates an VirtualNetworkRule for a Namespace.","operationId":"Namespaces_CreateOrUpdateVirtualNetworkRule","parameters":[{"$ref":"#/components/parameters/resourceGroupNameParameter"},{"$ref":"#/components/parameters/namespaceNameParameter"},{"$ref":"#/components/parameters/virtualNetworkRuleNameParameter"},{"$ref":"#/components/parameters/apiVersionParameter"},{"$ref":"#/components/parameters/subscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRule"}}},"description":"The Namespace VirtualNetworkRule.","required":true},"responses":{"200":{"description":"Namespace VirtualNetworkRule created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VirtualNetworkRule"},"examples":{"NameSpaceVirtualNetworkRuleCreate":{"$ref":"#/components/examples/NameSpaceVirtualNetworkRuleCreate"}}}}},"default":{"description":"Eventhub error response describing why the operation failed.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ErrorResponse"}}}}},"tags":["Namespaces"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"EHOperations_List":{"value":{"value":[{"display":{"operation":"Get namespace availability.","provider":"Microsoft Azure EventHub","resource":"Non Resource Operation"},"name":"Microsoft.EventHub/checkNameAvailability/action"},{"display":{"operation":"Registers the EventHub Resource Provider","provider":"Microsoft Azure EventHub","resource":"EventHub Resource Provider"},"name":"Microsoft.EventHub/register/action"},{"display":{"operation":"Create Or Update Namespace ","provider":"Microsoft Azure EventHub","resource":"Namespace"},"name":"Microsoft.EventHub/namespaces/write"},{"display":{"operation":"Get Namespace Resource","provider":"Microsoft Azure EventHub","resource":"Namespace"},"name":"Microsoft.EventHub/namespaces/read"},{"display":{"operation":"Delete Namespace","provider":"Microsoft Azure EventHub","resource":"Namespace"},"name":"Microsoft.EventHub/namespaces/Delete"},{"display":{"operation":"Get Namespace Authorization Rules","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/read"},{"display":{"operation":"Create or Update Namespace Authorization Rules","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/write"},{"display":{"operation":"Delete Namespace Authorization Rule","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/delete"},{"display":{"operation":"Get Namespace Listkeys","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/listkeys/action"},{"display":{"operation":"Resource Regeneratekeys","provider":"Microsoft Azure EventHub","resource":"AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/authorizationRules/regenerateKeys/action"},{"display":{"operation":"Create or Update EventHub","provider":"Microsoft Azure EventHub","resource":"EventHub"},"name":"Microsoft.EventHub/namespaces/eventhubs/write"},{"display":{"operation":"Get EventHub","provider":"Microsoft Azure EventHub","resource":"EventHub"},"name":"Microsoft.EventHub/namespaces/eventhubs/read"},{"display":{"operation":"Delete EventHub","provider":"Microsoft Azure EventHub","resource":"EventHub"},"name":"Microsoft.EventHub/namespaces/eventhubs/Delete"},{"display":{"operation":" Get EventHub Authorization Rules","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/read"},{"display":{"operation":"Create or Update EventHub Authorization Rule","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/write"},{"display":{"operation":"Delete EventHub Authorization Rules","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/delete"},{"display":{"operation":"List EventHub keys","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/listkeys/action"},{"display":{"operation":"Resource Regeneratekeys","provider":"Microsoft Azure EventHub","resource":"EventHub AuthorizationRules"},"name":"Microsoft.EventHub/namespaces/eventhubs/authorizationRules/regenerateKeys/action"},{"display":{"operation":"Create or Update ConsumerGroup","provider":"Microsoft Azure EventHub","resource":"ConsumerGroup"},"name":"Microsoft.EventHub/namespaces/eventHubs/consumergroups/write"},{"display":{"operation":"Get ConsumerGroup","provider":"Microsoft Azure EventHub","resource":"ConsumerGroup"},"name":"Microsoft.EventHub/namespaces/eventHubs/consumergroups/read"},{"display":{"operation":"Delete ConsumerGroup","provider":"Microsoft Azure EventHub","resource":"ConsumerGroup"},"name":"Microsoft.EventHub/namespaces/eventHubs/consumergroups/Delete"},{"display":{"operation":"Get Namespace metrics","provider":"Microsoft Azure EventHub","resource":"Namespace metrics"},"name":"Microsoft.EventHub/namespaces/metricDefinitions/read"},{"display":{"operation":"Get Namespace diagnostic settings","provider":"Microsoft Azure EventHub","resource":"Namespace diagnostic settings"},"name":"Microsoft.EventHub/namespaces/diagnosticSettings/read"},{"display":{"operation":"Create or Update Namespace diagnostic settings","provider":"Microsoft Azure EventHub","resource":"Namespace diagnostic settings"},"name":"Microsoft.EventHub/namespaces/diagnosticSettings/write"},{"display":{"operation":"Get Namespace logs","provider":"Microsoft Azure EventHub","resource":"Namespace logs"},"name":"Microsoft.EventHub/namespaces/logDefinitions/read"},{"display":{"operation":"Get Event Hubs Clusters","provider":"Microsoft Azure EventHub","resource":"Cluster"},"name":"Microsoft.EventHub/clusters/read"},{"display":{"operation":"Update Cluster","provider":"Microsoft Azure EventHub","resource":"Cluster"},"name":"Microsoft.EventHub/clusters/write"}]}},"ListAvailableClusters":{"value":{"value":[{"location":"westus"},{"location":"eastus"}]}},"NamespacesListBySubscription":{"value":{"value":[{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/sadfsadfsadf/providers/Microsoft.EventHub/namespaces/eh-ns1","location":"South Central US","name":"eh-ns1","properties":{"createdAt":"2016-08-23T04:15:35.263Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:eh-ns1","provisioningState":"Succeeded","serviceBusEndpoint":"https://eh-ns1.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T20:13:04.007Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace1","location":"South Central US","name":"ehnamespace1","properties":{"createdAt":"2016-08-05T16:56:48.657Z","isAutoInflateEnabled":true,"maximumThroughputUnits":20,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace1","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace1.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T23:49:12.69Z"},"sku":{"capacity":9,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95","location":"South Central US","name":"NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95","properties":{"createdAt":"2016-09-16T01:10:00.96Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-08dc2b6d-82f6-43e8-bdcd-56bbb31a1a95.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T11:15:32.313Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-027302b7-df82-43a1-abf7-b6a2e2429115","location":"South Central US","name":"NS-027302b7-df82-43a1-abf7-b6a2e2429115","properties":{"createdAt":"2016-08-05T04:13:34.727Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-027302b7-df82-43a1-abf7-b6a2e2429115","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-027302b7-df82-43a1-abf7-b6a2e2429115.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T10:35:30.053Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/abc-7-14","location":"South Central US","name":"abc-7-14","properties":{"createdAt":"2017-05-05T17:58:58.433Z","isAutoInflateEnabled":true,"maximumThroughputUnits":14,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc-7-14","provisioningState":"Succeeded","serviceBusEndpoint":"https://abc-7-14.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:59:20Z"},"sku":{"capacity":7,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-3054","location":"South Central US","name":"sdk-Namespace-3054","properties":{"createdAt":"2017-05-24T18:43:53.58Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-3054","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-3054.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T18:44:16.657Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/namespace1asdfsa","location":"South Central US","name":"namespace1asdfsa","properties":{"createdAt":"2016-09-12T18:23:15.833Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:namespace1asdfsa","provisioningState":"Succeeded","serviceBusEndpoint":"https://namespace1asdfsa.servicebus.windows-int.net:443/","updatedAt":"2017-02-04T01:58:49.523Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/hello1-3-8","location":"South Central US","name":"hello1-3-8","properties":{"createdAt":"2017-05-05T19:23:18.96Z","isAutoInflateEnabled":true,"maximumThroughputUnits":8,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:hello1-3-8","provisioningState":"Succeeded","serviceBusEndpoint":"https://hello1-3-8.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T19:23:42.497Z"},"sku":{"capacity":3,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBPerplexed","location":"South Central US","name":"SBPerplexed","properties":{"createdAt":"2016-10-10T19:18:57.773Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbperplexed","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBPerplexed.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T23:46:15.22Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace123","location":"South Central US","name":"ehnamespace123","properties":{"createdAt":"2016-08-05T16:57:09Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace123","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace123.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T08:25:30.093Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/oaisdjfoiasdjfoiajsdfoijasd","location":"South Central US","name":"oaisdjfoiasdjfoiajsdfoijasd","properties":{"createdAt":"2017-05-03T22:05:29.61Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:oaisdjfoiasdjfoiajsdfoijasd","provisioningState":"Succeeded","serviceBusEndpoint":"https://oaisdjfoiasdjfoiajsdfoijasd.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T22:05:51.593Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ns3","location":"South Central US","name":"rrama-ns3","properties":{"createdAt":"2016-08-23T04:22:40.633Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ns3","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-ns3.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T12:52:58.277Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/abc123","location":"South Central US","name":"abc123","properties":{"createdAt":"2017-05-04T19:06:00.813Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:abc123","provisioningState":"Succeeded","serviceBusEndpoint":"https://abc123.servicebus.windows-int.net:443/","updatedAt":"2017-05-04T19:06:23.71Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/ehnamespace21","location":"South Central US","name":"ehnamespace21","properties":{"createdAt":"2016-08-05T16:57:00.377Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ehnamespace21","provisioningState":"Succeeded","serviceBusEndpoint":"https://ehnamespace21.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T09:50:32.86Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBFlerbederp","location":"South Central US","name":"SBFlerbederp","properties":{"createdAt":"2016-10-10T19:32:17.56Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbflerbederp","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBFlerbederp.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T20:46:59.227Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RichardsResources/providers/Microsoft.EventHub/namespaces/aaa-001-9-11","location":"South Central US","name":"aaa-001-9-11","properties":{"createdAt":"2017-05-05T17:32:22.37Z","isAutoInflateEnabled":true,"maximumThroughputUnits":11,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:aaa-001-9-11","provisioningState":"Succeeded","serviceBusEndpoint":"https://aaa-001-9-11.servicebus.windows-int.net:443/","updatedAt":"2017-05-05T17:32:44.76Z"},"sku":{"capacity":9,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-47a32389-7331-47c8-9228-4c145b2650d7","location":"South Central US","name":"NS-47a32389-7331-47c8-9228-4c145b2650d7","properties":{"createdAt":"2016-09-16T01:41:51.857Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-47a32389-7331-47c8-9228-4c145b2650d7","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-47a32389-7331-47c8-9228-4c145b2650d7.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T08:28:03.157Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7","location":"South Central US","name":"NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7","properties":{"createdAt":"2016-08-05T03:39:52.323Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-54cbc924-fb3c-4b09-bd7a-4fe6d2b785a7.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T04:40:32.24Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/RapscallionResources/providers/Microsoft.EventHub/namespaces/SBFeasible","location":"South Central US","name":"SBFeasible","properties":{"createdAt":"2016-10-10T19:05:24.76Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sbfeasible","provisioningState":"Succeeded","serviceBusEndpoint":"https://SBFeasible.servicebus.windows-int.net:443/","updatedAt":"2017-02-03T19:51:55.893Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-3b72258b-a8a1-4250-8952-e89a15af71fc","location":"South Central US","name":"NS-3b72258b-a8a1-4250-8952-e89a15af71fc","properties":{"createdAt":"2016-09-16T17:59:27.227Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:ns-3b72258b-a8a1-4250-8952-e89a15af71fc","provisioningState":"Succeeded","serviceBusEndpoint":"https://NS-3b72258b-a8a1-4250-8952-e89a15af71fc.servicebus.windows-int.net:443/","updatedAt":"2017-02-27T19:34:26.633Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-5849","location":"South Central US","name":"sdk-Namespace-5849","properties":{"createdAt":"2017-05-24T23:23:27.877Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-5849","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-5849.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T23:23:50.467Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{"tag1":"value1","tag2":"value2"},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.EventHub/namespaces/TestNamespace1","location":"South Central US","name":"TestNamespace1","properties":{"createdAt":"2017-04-25T00:28:00.243Z","isAutoInflateEnabled":true,"maximumThroughputUnits":10,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace1","provisioningState":"Updating","serviceBusEndpoint":"https://TestNamespace1.servicebus.windows-int.net:443/","updatedAt":"2017-04-26T20:54:41.18Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-EventHub-SouthCentralUS/providers/Microsoft.EventHub/namespaces/rrama-ehns","location":"South Central US","name":"rrama-ehns","properties":{"createdAt":"2016-08-23T04:22:49.74Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:rrama-ehns","provisioningState":"Succeeded","serviceBusEndpoint":"https://rrama-ehns.servicebus.windows-int.net:443/","updatedAt":"2017-02-11T07:03:51.793Z"},"sku":{"capacity":0,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/testDC/providers/Microsoft.EventHub/namespaces/TestNamespace3","location":"South Central US","name":"TestNamespace3","properties":{"createdAt":"2017-05-03T22:33:17.84Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:testnamespace3","provisioningState":"Succeeded","serviceBusEndpoint":"https://TestNamespace3.servicebus.windows-int.net:443/","updatedAt":"2017-05-03T22:33:40.087Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/ArunMonocle/providers/Microsoft.EventHub/namespaces/sdk-Namespace-4984","location":"South Central US","name":"sdk-Namespace-4984","properties":{"createdAt":"2017-05-24T21:31:03.587Z","isAutoInflateEnabled":false,"maximumThroughputUnits":0,"metricId":"5f750a97-50d9-4e36-8081-c9ee4c0210d4:sdk-namespace-4984","provisioningState":"Succeeded","serviceBusEndpoint":"https://sdk-Namespace-4984.servicebus.windows-int.net:443/","updatedAt":"2017-05-24T21:31:24.967Z"},"sku":{"capacity":1,"name":"Standard","tier":"Standard"},"tags":{},"type":"Microsoft.EventHub/Namespaces"},{"id":"/subscriptions/5f750a97-50d9-4e36-8081-c9ee4c0210d4/resourceGroups/Default-ServiceBus-SouthCentralUS/providers/Microsoft.EventHub/namespaces/NS-19df9616-54d6-47c9-8779-a4651835a95c","location":"South Central US","name":"NS-19df9616-54d6-47c9-8779-a4651835a95c","properties":{"createdAt":"2016-08-23T02:38:33.8Z","isAutoInflateEnabled":false,"maximumThro