UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 94.9 kB
{"openapi":"3.0.0","info":{"description":"Azure EventGrid Management Client","title":"EventGridManagementClient","version":"2019-01-01","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/eventgrid/resource-manager/Microsoft.EventGrid/stable/2019-01-01/EventGrid.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"eventgrid-EventGrid","x-tags":["Azure","Microsoft"]},"paths":{"/providers/Microsoft.EventGrid/operations":{"get":{"description":"List the available operations supported by the Microsoft.EventGrid resource provider","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationsListResult"},"examples":{"Operations_List":{"$ref":"#/components/examples/Operations_List"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List available operations","tags":["Operations"],"x-ms-pageable":{}}},"/providers/Microsoft.EventGrid/topicTypes":{"get":{"description":"List all registered topic types","operationId":"TopicTypes_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopicTypesListResult"},"examples":{"TopicTypes_List":{"$ref":"#/components/examples/TopicTypes_List"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 404 Not Found.\n\n * 500 Internal Server Error."}},"summary":"List topic types","tags":["TopicTypes"],"x-ms-pageable":{}}},"/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}":{"get":{"description":"Get information about a topic type","operationId":"TopicTypes_Get","parameters":[{"description":"Name of the topic type","in":"path","name":"topicTypeName","required":true,"schema":{"type":"string"},"examples":{"TopicTypes_Get":{"value":"Microsoft.Storage.StorageAccounts"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopicTypeInfo"},"examples":{"TopicTypes_Get":{"$ref":"#/components/examples/TopicTypes_Get"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 404 Not Found.\n\n * 500 Internal Server Error."}},"summary":"Get a topic type","tags":["TopicTypes"]}},"/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventTypes":{"get":{"description":"List event types for a topic type","operationId":"TopicTypes_ListEventTypes","parameters":[{"description":"Name of the topic type","in":"path","name":"topicTypeName","required":true,"schema":{"type":"string"},"examples":{"TopicTypes_ListEventTypes":{"value":"Microsoft.Storage.StorageAccounts"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventTypesListResult"},"examples":{"TopicTypes_ListEventTypes":{"$ref":"#/components/examples/TopicTypes_ListEventTypes"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 404 Not Found.\n\n * 500 Internal Server Error."}},"summary":"List event types","tags":["TopicTypes"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/eventSubscriptions":{"get":{"description":"List all aggregated global event subscriptions under a specific Azure subscription","operationId":"EventSubscriptions_ListGlobalBySubscription","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionsListResult"},"examples":{"EventSubscriptions_ListGlobalBySubscription":{"$ref":"#/components/examples/EventSubscriptions_ListGlobalBySubscription"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"Get an aggregated list of all global event subscriptions under an Azure subscription","tags":["EventSubscriptions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions":{"get":{"description":"List all event subscriptions from the given location under a specific Azure subscription","operationId":"EventSubscriptions_ListRegionalBySubscription","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"Name of the location","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListRegionalBySubscription":{"value":"westus2"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionsListResult"},"examples":{"EventSubscriptions_ListRegionalBySubscription":{"$ref":"#/components/examples/EventSubscriptions_ListRegionalBySubscription"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List all regional event subscriptions under an Azure subscription","tags":["EventSubscriptions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions":{"get":{"description":"List all event subscriptions from the given location under a specific Azure subscription and topic type.","operationId":"EventSubscriptions_ListRegionalBySubscriptionForTopicType","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"Name of the location","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListRegionalBySubscriptionForTopicType":{"value":"westus2"}}},{"description":"Name of the topic type","in":"path","name":"topicTypeName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListRegionalBySubscriptionForTopicType":{"value":"Microsoft.EventHub.namespaces"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionsListResult"},"examples":{"EventSubscriptions_ListRegionalBySubscriptionForTopicType":{"$ref":"#/components/examples/EventSubscriptions_ListRegionalBySubscriptionForTopicType"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List all regional event subscriptions under an Azure subscription for a topic type","tags":["EventSubscriptions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions":{"get":{"description":"List all global event subscriptions under an Azure subscription for a topic type.","operationId":"EventSubscriptions_ListGlobalBySubscriptionForTopicType","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"Name of the topic type","in":"path","name":"topicTypeName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListGlobalBySubscriptionForTopicType":{"value":"Microsoft.Resources.Subscriptions"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionsListResult"},"examples":{"EventSubscriptions_ListGlobalBySubscriptionForTopicType":{"$ref":"#/components/examples/EventSubscriptions_ListGlobalBySubscriptionForTopicType"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List all global event subscriptions for a topic type","tags":["EventSubscriptions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.EventGrid/topics":{"get":{"description":"List all the topics under an Azure subscription","operationId":"Topics_ListBySubscription","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopicsListResult"},"examples":{"Topics_ListBySubscription":{"$ref":"#/components/examples/Topics_ListBySubscription"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List topics under an Azure subscription","tags":["Topics"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/eventSubscriptions":{"get":{"description":"List all global event subscriptions under a specific Azure subscription and resource group","operationId":"EventSubscriptions_ListGlobalByResourceGroup","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListGlobalByResourceGroup":{"value":"examplerg"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionsListResult"},"examples":{"EventSubscriptions_ListGlobalByResourceGroup":{"$ref":"#/components/examples/EventSubscriptions_ListGlobalByResourceGroup"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List all global event subscriptions under an Azure subscription and resource group","tags":["EventSubscriptions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/locations/{location}/eventSubscriptions":{"get":{"description":"List all event subscriptions from the given location under a specific Azure subscription and resource group","operationId":"EventSubscriptions_ListRegionalByResourceGroup","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListRegionalByResourceGroup":{"value":"examplerg"}}},{"description":"Name of the location","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListRegionalByResourceGroup":{"value":"westus2"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionsListResult"},"examples":{"EventSubscriptions_ListRegionalByResourceGroup":{"$ref":"#/components/examples/EventSubscriptions_ListRegionalByResourceGroup"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List all regional event subscriptions under an Azure subscription and resource group","tags":["EventSubscriptions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/locations/{location}/topicTypes/{topicTypeName}/eventSubscriptions":{"get":{"description":"List all event subscriptions from the given location under a specific Azure subscription and resource group and topic type","operationId":"EventSubscriptions_ListRegionalByResourceGroupForTopicType","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListRegionalByResourceGroupForTopicType":{"value":"examplerg"}}},{"description":"Name of the location","in":"path","name":"location","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListRegionalByResourceGroupForTopicType":{"value":"westus2"}}},{"description":"Name of the topic type","in":"path","name":"topicTypeName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListRegionalByResourceGroupForTopicType":{"value":"Microsoft.EventHub.namespaces"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionsListResult"},"examples":{"EventSubscriptions_ListRegionalByResourceGroupForTopicType":{"$ref":"#/components/examples/EventSubscriptions_ListRegionalByResourceGroupForTopicType"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List all regional event subscriptions under an Azure subscription and resource group for a topic type","tags":["EventSubscriptions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topicTypes/{topicTypeName}/eventSubscriptions":{"get":{"description":"List all global event subscriptions under a resource group for a specific topic type.","operationId":"EventSubscriptions_ListGlobalByResourceGroupForTopicType","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListGlobalByResourceGroupForTopicType":{"value":"examplerg"}}},{"description":"Name of the topic type","in":"path","name":"topicTypeName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListGlobalByResourceGroupForTopicType":{"value":"Microsoft.Resources.ResourceGroups"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionsListResult"},"examples":{"EventSubscriptions_ListGlobalByResourceGroupForTopicType":{"$ref":"#/components/examples/EventSubscriptions_ListGlobalByResourceGroupForTopicType"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List all global event subscriptions under a resource group for a topic type","tags":["EventSubscriptions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics":{"get":{"description":"List all the topics under a resource group","operationId":"Topics_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Topics_ListByResourceGroup":{"value":"examplerg"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopicsListResult"},"examples":{"Topics_ListByResourceGroup":{"$ref":"#/components/examples/Topics_ListByResourceGroup"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List topics under a resource group","tags":["Topics"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}":{"delete":{"description":"Delete existing topic","operationId":"Topics_Delete","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Topics_Delete":{"value":"examplerg"}}},{"description":"Name of the topic","in":"path","name":"topicName","required":true,"schema":{"type":"string"},"examples":{"Topics_Delete":{"value":"exampletopic1"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"202":{"description":"Accepted"},"204":{"description":"NoContent"},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 404 Not Found.\n\n * 500 Internal Server Error."}},"summary":"Delete a topic","tags":["Topics"],"x-ms-long-running-operation":true},"get":{"description":"Get properties of a topic","operationId":"Topics_Get","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Topics_Get":{"value":"examplerg"}}},{"description":"Name of the topic","in":"path","name":"topicName","required":true,"schema":{"type":"string"},"examples":{"Topics_Get":{"value":"exampletopic2"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Topic"},"examples":{"Topics_Get":{"$ref":"#/components/examples/Topics_Get"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"Get a topic","tags":["Topics"]},"patch":{"description":"Asynchronously updates a topic with the specified parameters.","operationId":"Topics_Update","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Topics_Update":{"value":"examplerg"}}},{"description":"Name of the topic","in":"path","name":"topicName","required":true,"schema":{"type":"string"},"examples":{"Topics_Update":{"value":"exampletopic1"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopicUpdateParameters"}}},"description":"Topic update information","required":true},"responses":{"201":{"description":"Topic update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Topic"},"examples":{"Topics_Update":{"$ref":"#/components/examples/Topics_Update"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"Update a topic","tags":["Topics"],"x-ms-long-running-operation":true},"put":{"description":"Asynchronously creates a new topic with the specified parameters.","operationId":"Topics_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Topics_CreateOrUpdate":{"value":"examplerg"}}},{"description":"Name of the topic","in":"path","name":"topicName","required":true,"schema":{"type":"string"},"examples":{"Topics_CreateOrUpdate":{"value":"exampletopic1"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Topic"}}},"description":"Topic information","required":true},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Topic"},"examples":{"Topics_CreateOrUpdate":{"$ref":"#/components/examples/Topics_CreateOrUpdate"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"Create a topic","tags":["Topics"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/listKeys":{"post":{"description":"List the two keys used to publish to a topic","operationId":"Topics_ListSharedAccessKeys","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Topics_ListSharedAccessKeys":{"value":"examplerg"}}},{"description":"Name of the topic","in":"path","name":"topicName","required":true,"schema":{"type":"string"},"examples":{"Topics_ListSharedAccessKeys":{"value":"exampletopic2"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopicSharedAccessKeys"},"examples":{"Topics_ListSharedAccessKeys":{"$ref":"#/components/examples/Topics_ListSharedAccessKeys"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List keys for a topic","tags":["Topics"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}/regenerateKey":{"post":{"description":"Regenerate a shared access key for a topic","operationId":"Topics_RegenerateKey","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Topics_RegenerateKey":{"value":"examplerg"}}},{"description":"Name of the topic","in":"path","name":"topicName","required":true,"schema":{"type":"string"},"examples":{"Topics_RegenerateKey":{"value":"exampletopic2"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopicRegenerateKeyRequest"}}},"description":"Request body to regenerate key","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TopicSharedAccessKeys"},"examples":{"Topics_RegenerateKey":{"$ref":"#/components/examples/Topics_RegenerateKey"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"Regenerate key for a topic","tags":["Topics"]}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerNamespace}/{resourceTypeName}/{resourceName}/providers/Microsoft.EventGrid/eventSubscriptions":{"get":{"description":"List all event subscriptions that have been created for a specific topic","operationId":"EventSubscriptions_ListByResource","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListByResource":{"value":"examplerg"}}},{"description":"Namespace of the provider of the topic","in":"path","name":"providerNamespace","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListByResource":{"value":"Microsoft.EventGrid"}}},{"description":"Name of the resource type","in":"path","name":"resourceTypeName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListByResource":{"value":"topics"}}},{"description":"Name of the resource","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_ListByResource":{"value":"exampletopic2"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionsListResult"},"examples":{"EventSubscriptions_ListByResource":{"$ref":"#/components/examples/EventSubscriptions_ListByResource"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List all event subscriptions for a specific topic","tags":["EventSubscriptions"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerNamespace}/{resourceTypeName}/{resourceName}/providers/Microsoft.EventGrid/eventTypes":{"get":{"description":"List event types for a topic","operationId":"Topics_ListEventTypes","parameters":[{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"description":"The name of the resource group within the user's subscription.","in":"path","name":"resourceGroupName","required":true,"schema":{"type":"string"},"examples":{"Topics_ListEventTypes":{"value":"examplerg"}}},{"description":"Namespace of the provider of the topic","in":"path","name":"providerNamespace","required":true,"schema":{"type":"string"},"examples":{"Topics_ListEventTypes":{"value":"Microsoft.Storage"}}},{"description":"Name of the topic type","in":"path","name":"resourceTypeName","required":true,"schema":{"type":"string"},"examples":{"Topics_ListEventTypes":{"value":"storageAccounts"}}},{"description":"Name of the topic","in":"path","name":"resourceName","required":true,"schema":{"type":"string"},"examples":{"Topics_ListEventTypes":{"value":"ExampleStorageAccount"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventTypesListResult"},"examples":{"Topics_ListEventTypes":{"$ref":"#/components/examples/Topics_ListEventTypes"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"List topic event types","tags":["Topics"],"x-ms-pageable":{}}},"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}":{"delete":{"description":"Delete an existing event subscription","operationId":"EventSubscriptions_Delete","parameters":[{"description":"The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.","in":"path","name":"scope","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_DeleteForCustomTopic":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic1"},"EventSubscriptions_DeleteForResource":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventHub/namespaces/examplenamespace1"},"EventSubscriptions_DeleteForResourceGroup":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg"},"EventSubscriptions_DeleteForSubscription":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4"}}},{"description":"Name of the event subscription","in":"path","name":"eventSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_DeleteForCustomTopic":{"value":"examplesubscription1"},"EventSubscriptions_DeleteForResource":{"value":"examplesubscription10"},"EventSubscriptions_DeleteForResourceGroup":{"value":"examplesubscription2"},"EventSubscriptions_DeleteForSubscription":{"value":"examplesubscription3"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"NoContent"},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 404 Not Found.\n\n * 500 Internal Server Error."}},"summary":"Delete an event subscription","tags":["EventSubscriptions"],"x-ms-long-running-operation":true},"get":{"description":"Get properties of an event subscription","operationId":"EventSubscriptions_Get","parameters":[{"description":"The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.","in":"path","name":"scope","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_GetForCustomTopic":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2"},"EventSubscriptions_GetForResource":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventHub/namespaces/examplenamespace1"},"EventSubscriptions_GetForResourceGroup":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg"},"EventSubscriptions_GetForSubscription":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4"}}},{"description":"Name of the event subscription","in":"path","name":"eventSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_GetForCustomTopic":{"value":"examplesubscription1"},"EventSubscriptions_GetForResource":{"value":"examplesubscription1"},"EventSubscriptions_GetForResourceGroup":{"value":"examplesubscription2"},"EventSubscriptions_GetForSubscription":{"value":"examplesubscription3"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscription"},"examples":{"EventSubscriptions_GetForCustomTopic":{"$ref":"#/components/examples/EventSubscriptions_GetForCustomTopic"},"EventSubscriptions_GetForResource":{"$ref":"#/components/examples/EventSubscriptions_GetForResource"},"EventSubscriptions_GetForResourceGroup":{"$ref":"#/components/examples/EventSubscriptions_GetForResourceGroup"},"EventSubscriptions_GetForSubscription":{"$ref":"#/components/examples/EventSubscriptions_GetForSubscription"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"Get an event subscription","tags":["EventSubscriptions"]},"patch":{"description":"Asynchronously updates an existing event subscription.","operationId":"EventSubscriptions_Update","parameters":[{"description":"The scope of existing event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.","in":"path","name":"scope","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_UpdateForCustomTopic":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2"},"EventSubscriptions_UpdateForResource":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventHub/namespaces/examplenamespace1"},"EventSubscriptions_UpdateForResourceGroup":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg"},"EventSubscriptions_UpdateForSubscription":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4"}}},{"description":"Name of the event subscription to be updated","in":"path","name":"eventSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_UpdateForCustomTopic":{"value":"examplesubscription1"},"EventSubscriptions_UpdateForResource":{"value":"examplesubscription1"},"EventSubscriptions_UpdateForResourceGroup":{"value":"examplesubscription2"},"EventSubscriptions_UpdateForSubscription":{"value":"examplesubscription3"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionUpdateParameters"}}},"description":"Updated event subscription information","required":true},"responses":{"201":{"description":"EventSubscription update request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscription"},"examples":{"EventSubscriptions_UpdateForCustomTopic":{"$ref":"#/components/examples/EventSubscriptions_UpdateForCustomTopic"},"EventSubscriptions_UpdateForResource":{"$ref":"#/components/examples/EventSubscriptions_UpdateForResource"},"EventSubscriptions_UpdateForResourceGroup":{"$ref":"#/components/examples/EventSubscriptions_UpdateForResourceGroup"},"EventSubscriptions_UpdateForSubscription":{"$ref":"#/components/examples/EventSubscriptions_UpdateForSubscription"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"Update an event subscription","tags":["EventSubscriptions"],"x-ms-long-running-operation":true},"put":{"description":"Asynchronously creates a new event subscription or updates an existing event subscription based on the specified scope.","operationId":"EventSubscriptions_CreateOrUpdate","parameters":[{"description":"The identifier of the resource to which the event subscription needs to be created or updated. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.","in":"path","name":"scope","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_CreateOrUpdateForCustomTopic_EventHubDestination":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic1"},"EventSubscriptions_CreateOrUpdateForCustomTopic_HybridConnectionDestination":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic1"},"EventSubscriptions_CreateOrUpdateForCustomTopic_StorageQueueDestination":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic1"},"EventSubscriptions_CreateOrUpdateForCustomTopic_WebhookDestination":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic1"},"EventSubscriptions_CreateOrUpdateForResource":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventHub/namespaces/examplenamespace1"},"EventSubscriptions_CreateOrUpdateForResourceGroup":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg"},"EventSubscriptions_CreateOrUpdateForSubscription":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4"}}},{"description":"Name of the event subscription. Event subscription names must be between 3 and 64 characters in length and should use alphanumeric letters only.","in":"path","name":"eventSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_CreateOrUpdateForCustomTopic_EventHubDestination":{"value":"examplesubscription1"},"EventSubscriptions_CreateOrUpdateForCustomTopic_HybridConnectionDestination":{"value":"examplesubscription1"},"EventSubscriptions_CreateOrUpdateForCustomTopic_StorageQueueDestination":{"value":"examplesubscription1"},"EventSubscriptions_CreateOrUpdateForCustomTopic_WebhookDestination":{"value":"examplesubscription1"},"EventSubscriptions_CreateOrUpdateForResource":{"value":"examplesubscription10"},"EventSubscriptions_CreateOrUpdateForResourceGroup":{"value":"examplesubscription2"},"EventSubscriptions_CreateOrUpdateForSubscription":{"value":"examplesubscription3"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscription"}}},"description":"Event subscription properties containing the destination and filter information","required":true},"responses":{"201":{"description":"EventSubscription CreateOrUpdate request accepted.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscription"},"examples":{"EventSubscriptions_CreateOrUpdateForCustomTopic_EventHubDestination":{"$ref":"#/components/examples/EventSubscriptions_CreateOrUpdateForCustomTopic_EventHubDestination"},"EventSubscriptions_CreateOrUpdateForCustomTopic_HybridConnectionDestination":{"$ref":"#/components/examples/EventSubscriptions_CreateOrUpdateForCustomTopic_HybridConnectionDestination"},"EventSubscriptions_CreateOrUpdateForCustomTopic_StorageQueueDestination":{"$ref":"#/components/examples/EventSubscriptions_CreateOrUpdateForCustomTopic_StorageQueueDestination"},"EventSubscriptions_CreateOrUpdateForCustomTopic_WebhookDestination":{"$ref":"#/components/examples/EventSubscriptions_CreateOrUpdateForCustomTopic_WebhookDestination"},"EventSubscriptions_CreateOrUpdateForResource":{"$ref":"#/components/examples/EventSubscriptions_CreateOrUpdateForResource"},"EventSubscriptions_CreateOrUpdateForResourceGroup":{"$ref":"#/components/examples/EventSubscriptions_CreateOrUpdateForResourceGroup"},"EventSubscriptions_CreateOrUpdateForSubscription":{"$ref":"#/components/examples/EventSubscriptions_CreateOrUpdateForSubscription"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"Create or update an event subscription","tags":["EventSubscriptions"],"x-ms-long-running-operation":true}},"/{scope}/providers/Microsoft.EventGrid/eventSubscriptions/{eventSubscriptionName}/getFullUrl":{"post":{"description":"Get the full endpoint URL for an event subscription","operationId":"EventSubscriptions_GetFullUrl","parameters":[{"description":"The scope of the event subscription. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.","in":"path","name":"scope","required":true,"x-ms-skip-url-encoding":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_GetFullUrlForCustomTopic":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/topics/exampletopic2"},"EventSubscriptions_GetFullUrlForResource":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventHub/namespaces/examplenamespace1"},"EventSubscriptions_GetFullUrlForResourceGroup":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg"},"EventSubscriptions_GetFullUrlForSubscription":{"value":"subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4"}}},{"description":"Name of the event subscription","in":"path","name":"eventSubscriptionName","required":true,"schema":{"type":"string"},"examples":{"EventSubscriptions_GetFullUrlForCustomTopic":{"value":"examplesubscription1"},"EventSubscriptions_GetFullUrlForResource":{"value":"examplesubscription1"},"EventSubscriptions_GetFullUrlForResourceGroup":{"value":"examplesubscription2"},"EventSubscriptions_GetFullUrlForSubscription":{"value":"examplesubscription3"}}},{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/EventSubscriptionFullUrl"},"examples":{"EventSubscriptions_GetFullUrlForCustomTopic":{"$ref":"#/components/examples/EventSubscriptions_GetFullUrlForCustomTopic"},"EventSubscriptions_GetFullUrlForResource":{"$ref":"#/components/examples/EventSubscriptions_GetFullUrlForResource"},"EventSubscriptions_GetFullUrlForResourceGroup":{"$ref":"#/components/examples/EventSubscriptions_GetFullUrlForResourceGroup"},"EventSubscriptions_GetFullUrlForSubscription":{"$ref":"#/components/examples/EventSubscriptions_GetFullUrlForSubscription"}}}}},"default":{"description":"*** Error Responses: ***\n\n * 400 Bad Request.\n\n * 500 Internal Server Error."}},"summary":"Get full URL of an event subscription","tags":["EventSubscriptions"]}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"Operations_List":{"value":{"value":[{"display":{"description":"Registers the eventSubscription for the EventGrid resource provider and enables the creation of Event Grid subscriptions.","operation":"Registers the EventGrid Resource Provider","provider":"Microsoft Event Grid","resource":"EventGrid Resource Provider"},"name":"Microsoft.EventGrid/register/action","origin":"UserAndSystem"},{"display":{"description":"Create or update a eventSubscription","operation":"Write EventSubscription","provider":"Microsoft Event Grid","resource":"eventSubscriptions"},"name":"Microsoft.EventGrid/eventSubscriptions/write","origin":"UserAndSystem"},{"display":{"description":"Read a eventSubscription","operation":"Read EventSubscription","provider":"Microsoft Event Grid","resource":"eventSubscriptions"},"name":"Microsoft.EventGrid/eventSubscriptions/read","origin":"UserAndSystem"},{"display":{"description":"Delete a eventSubscription","operation":"Delete EventSubscription","provider":"Microsoft Event Grid","resource":"eventSubscriptions"},"name":"Microsoft.EventGrid/eventSubscriptions/delete","origin":"UserAndSystem"},{"display":{"description":"Create or update a topic","operation":"Write Topic","provider":"Microsoft Event Grid","resource":"topics"},"name":"Microsoft.EventGrid/topics/write","origin":"UserAndSystem"},{"display":{"description":"Read a topic","operation":"Read Topic","provider":"Microsoft Event Grid","resource":"topics"},"name":"Microsoft.EventGrid/topics/read","origin":"UserAndSystem"},{"display":{"description":"Delete a topic","operation":"Delete Topic","provider":"Microsoft Event Grid","resource":"topics"},"name":"Microsoft.EventGrid/topics/delete","origin":"UserAndSystem"}]}},"TopicTypes_List":{"value":{"value":[{"id":"providers/Microsoft.EventGrid/topicTypes/Microsoft.Eventhub.Namespaces","name":"Microsoft.Eventhub.Namespaces","properties":{"description":"Microsoft EventHubs service events.","displayName":"EventHubs Namespace","provider":"Microsoft.Eventhub","provisioningState":"Succeeded","resourceRegionType":"RegionalResource"},"type":"Microsoft.EventGrid/topicTypes"},{"id":"providers/Microsoft.EventGrid/topicTypes/Microsoft.Storage.StorageAccounts","name":"Microsoft.Storage.StorageAccounts","properties":{"description":"Microsoft Storage service events.","displayName":"Storage Accounts","provider":"Microsoft.Storage","provisioningState":"Succeeded","resourceRegionType":"RegionalResource"},"type":"Microsoft.EventGrid/topicTypes"}]}},"TopicTypes_Get":{"value":{"id":"providers/Microsoft.EventGrid/topicTypes/Microsoft.Storage.StorageAccounts","name":"Microsoft.Storage.StorageAccounts","properties":{"description":"Microsoft Storage service events.","displayName":"Storage Accounts","provider":"Microsoft.Storage","provisioningState":"Succeeded","resourceRegionType":"RegionalResource"},"type":"Microsoft.EventGrid/topicTypes"}},"TopicTypes_ListEventTypes":{"value":{"value":[{"id":"providers/Microsoft.EventGrid/topicTypes/Microsoft.Storage.StorageAccounts/eventTypes/Microsoft.Storage.BlobCreated","name":"Microsoft.Storage.BlobCreated","properties":{"description":"Raised when a blob is created.","displayName":"Blob Created","schemaUrl":"tbd"},"type":"Microsoft.EventGrid/topicTypes/eventTypes"},{"id":"providers/Microsoft.EventGrid/topicTypes/Microsoft.Storage.StorageAccounts/eventTypes/Microsoft.Storage.BlobDeleted","name":"Microsoft.Storage.BlobDeleted","properties":{"description":"Raised when a blob is deleted.","displayName":"Blob Deleted","schemaUrl":"tbd"},"type":"Microsoft.EventGrid/topicTypes/eventTypes"}]}},"EventSubscriptions_ListGlobalBySubscription":{"value":{"value":[{"id":"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/eventSubscriptions/examplesubscription2","name":"examplesubscription2","properties":{"destination":{"endpointType":"WebHook","properties":{"endpointBaseUrl":"https://requestb.in/15ksip71"}},"filter":{"includedEventTypes":["All"],"isSubjectCaseSensitive":false,"subjectBeginsWith":"","subjectEndsWith":""},"provisioningState":"Succeeded","topic":"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg"},"type":"Microsoft.EventGrid/eventSubscriptions"},{"id":"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventGrid/eventSubscriptions/examplesubscription4","name":"examplesubscription4","properties":{"destination":{"endpointType":"WebHook","properties":{"endpointBaseUrl":"https://requestb.in/15ksip71"}},"filter":{"includedEventTypes":["All"],"isSubjectCaseSensitive":false,"subjectBeginsWith":"","subjectEndsWith":""},"provisioningState":"Succeeded","topic":"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg"},"type":"Microsoft.EventGrid/eventSubscriptions"}]}},"EventSubscriptions_ListRegionalBySubscription":{"value":{"value":[{"id":"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventHub/namespaces/examplenamespace1/providers/Microsoft.EventGrid/eventSubscriptions/examplesubscription10","name":"examplesubscription10","properties":{"destination":{"endpointType":"EventHub","properties":{"resourceId":"/subscriptions/55f3dcd4-cac7-43b4-990b-a139d62a1eb2/resourceGroups/TestRG/providers/Microsoft.EventHub/namespaces/ContosoNamespace/eventhubs/EH1"}},"filter":{"includedEventTypes":["All"],"isSubjectCaseSensitive":false,"subjectBeginsWith":"ExamplePrefix","subjectEndsWith":"ExampleSuffix"},"labels":["Finance","HR"],"provisioningState":"Succeeded","topic":"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/microsoft.eventhub/namespaces/examplenamespace1"},"type":"Microsoft.EventGrid/eventSubscriptions"},{"id":"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventHub/namespaces/examplenamespace1/providers/Microsoft.EventGrid/eventSubscriptions/examplesubscription11","name":"examplesubscription11","properties":{"destination":{"endpointType":"WebHook","properties":{"endpointBaseUrl":"https://requestb.in/15ksip71"}},"filter":{"includedEventTypes":["All"],"isSubjectCaseSensitive":false,"subjectBeginsWith":"ExamplePrefix","subjectEndsWith":"ExampleSuffix"},"labels":["Finance","HR"],"provisioningState":"Succeeded","topic":"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/microsoft.eventhub/namespaces/examplenamespace1"},"type":"Microsoft.EventGrid/eventSubscriptions"}]}},"EventSubscriptions_ListRegionalBySubscriptionForTopicType":{"value":{"value":[{"id":"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/Microsoft.EventHub/namespaces/examplenamespace1/providers/Microsoft.EventGrid/eventSubscriptions/examplesubscription10","name":"examplesubscription10","properties":{"destination":{"endpointType":"WebHook","properties":{"endpointBaseUrl":"https://requestb.in/15ksip71"}},"filter":{"includedEventTypes":["All"],"isSubjectCaseSensitive":false,"subjectBeginsWith":"ExamplePrefix","subjectEndsWith":"ExampleSuffix"},"labels":["Finance","HR"],"provisioningState":"Succeeded","topic":"/subscriptions/5b4b650e-28b9-4790-b3ab-ddbd88d727c4/resourceGroups/examplerg/providers/microsoft.eventhub/namespaces/examplenamespace1"},"type":"Microsoft.EventGrid/eventSubscriptions"},{"id":"/subsc