Skip to content

Commit 3c81bd0

Browse files
Merge pull request #221609 from tomkerkhove/patch-5
feat(apim): Provide control-plane events in Azure Event Grid system topic
2 parents c0f7b16 + ea62e7e commit 3c81bd0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/event-grid/event-schema-api-management.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ API Management emits the following event types:
3232
| Microsoft.ApiManagement.SubscriptionCreated | Raised when a subscription is created. |
3333
| Microsoft.ApiManagement.SubscriptionUpdated | Raised when a subscription is updated. |
3434
| Microsoft.ApiManagement.SubscriptionDeleted | Raised when a subscription is deleted. |
35+
| Microsoft.ApiManagement.GatewayCreated | Raised when a self-hosted gateway is created. |
36+
| Microsoft.ApiManagement.GatewayDeleted | Raised when a self-hosted gateway is updated. |
37+
| Microsoft.ApiManagement.GatewayUpdated | Raised when a self-hosted gateway is deleted. |
38+
| Microsoft.ApiManagement.GatewayAPIAdded | Raised when an API was removed from a self-hosted gateway. |
39+
| Microsoft.ApiManagement.GatewayAPIRemoved | Raised when an API was removed from a self-hosted gateway. |
40+
| Microsoft.ApiManagement.GatewayCertificateAuthorityCreated | Raised when a certificate authority was updated for a self-hosted. |
41+
| Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted | Raised when a certificate authority was deleted for a self-hosted. |
42+
| Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated | Raised when a certificate authority was updated for a self-hosted. |
43+
| Microsoft.ApiManagement.GatewayHostnameConfigurationCreated | Raised when a hostname configuration was created for a self-hosted. |
44+
| Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted | Raised when a hostname configuration was deleted for a self-hosted. |
45+
| Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated | Raised when a hostname configuration was updated for a self-hosted. |
3546

3647
## Example event
3748

0 commit comments

Comments
 (0)