File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,17 @@ API Management emits the following event types:
32
32
| Microsoft.ApiManagement.SubscriptionCreated | Raised when a subscription is created. |
33
33
| Microsoft.ApiManagement.SubscriptionUpdated | Raised when a subscription is updated. |
34
34
| 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. |
35
46
36
47
## Example event
37
48
You can’t perform that action at this time.
0 commit comments