@@ -35,20 +35,18 @@ API Management emits the following event types:
35
35
| Microsoft.ApiManagement.GatewayCreated | Raised when a self-hosted gateway is created. |
36
36
| Microsoft.ApiManagement.GatewayDeleted | Raised when a self-hosted gateway is updated. |
37
37
| Microsoft.ApiManagement.GatewayUpdated | Raised when a self-hosted gateway is deleted. |
38
- | Microsoft.ApiManagement.GatewayAPIAdded | Raised when an API is removed from a self-hosted gateway. |
38
+ | Microsoft.ApiManagement.GatewayAPIAdded | Raised when an API is added to a self-hosted gateway. |
39
39
| Microsoft.ApiManagement.GatewayAPIRemoved | Raised when an API is removed from a self-hosted gateway. |
40
40
| Microsoft.ApiManagement.GatewayCertificateAuthorityCreated | Raised when a certificate authority is updated for a self-hosted gateway. |
41
41
| Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted | Raised when a certificate authority is deleted for a self-hosted gateway. |
42
42
| Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated | Raised when a certificate authority is updated for a self-hosted gateway. |
43
43
| Microsoft.ApiManagement.GatewayHostnameConfigurationCreated | Raised when a hostname configuration is created for a self-hosted gateway. |
44
44
| Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted | Raised when a hostname configuration is deleted for a self-hosted gateway. |
45
45
| Microsoft.ApiManagement.GatewayHostnameConfigurationUpdated | Raised when a hostname configuration is updated for a self-hosted gateway. |
46
- | Microsoft.ApiManagement.GatewayAPIAdded| Raised when an API is added to a self-hosted gateway. |
47
- | Microsoft.ApiManagement.GatewayAPIRemoved| Raised when an API is removed from a self-hosted gateway. |
48
- | Microsoft.ApiManagement.GatewayTokenNearExpiry | Raised when a self-hosted gateway authentication token is near expiry. |
49
- | Microsoft.ApiManagement.GatewayTokenExpired | Raised when a self-hosted gateway authentication token is expired. |
50
- | Microsoft.ApiManagement.CircuitBreaker.Opened | Raised when a backend circuit breaker is opened. |
51
- | Microsoft.ApiManagement.CircuitBreaker.Closed | Raised when a backend circuit breaker is closed. |
46
+ | Microsoft.ApiManagement.GatewayTokenNearExpiry (preview)| Raised when a self-hosted gateway authentication token is near expiry. |
47
+ | Microsoft.ApiManagement.GatewayTokenExpired (preview) | Raised when a self-hosted gateway authentication token is expired. |
48
+ | Microsoft.ApiManagement.CircuitBreaker.Opened (preview) | Raised when a backend circuit breaker is opened. |
49
+ | Microsoft.ApiManagement.CircuitBreaker.Closed (preview) | Raised when a backend circuit breaker is closed. |
52
50
53
51
## Example event
54
52
@@ -170,7 +168,7 @@ The following example shows the schema of an API updated event. The schema of ot
170
168
171
169
# [ Cloud event schema] ( #tab/cloud-event-schema )
172
170
173
- The following example shows the schema of a circuit breaker opened event event .
171
+ The following example shows the schema of a circuit breaker opened event.
174
172
175
173
``` json
176
174
{
@@ -196,7 +194,7 @@ The following example shows the schema of a circuit breaker opened event event.
196
194
197
195
# [ Event Grid event schema] ( #tab/event-grid-event-schema )
198
196
199
- The following example shows the schema of a circuit breaker opened event event . The schema of a circuit breaker closed event is similar.
197
+ The following example shows the schema of a circuit breaker opened event. The schema of a circuit breaker closed event is similar.
200
198
201
199
``` json
202
200
{
@@ -263,7 +261,7 @@ The following example shows the schema of a gateway token expired event.
263
261
"instanceId" : " {instance-name}"
264
262
},
265
263
"tokenInfo" : {
266
- "edAtUtc " : " 2025-02-25T08:56:00.0000000Z"
264
+ "expiredAtUtc " : " 2025-02-25T08:56:00.0000000Z"
267
265
}
268
266
},
269
267
"eventType" : " Microsoft.ApiManagement.GatewayTokenExpired" ,
@@ -312,10 +310,11 @@ An event has the following top-level data:
312
310
313
311
### Data object properties
314
312
315
- The ` data ` object has the following properties for control plane events such as creating, updating, and deleting API Management resources.
316
313
317
314
#### Control plane events
318
315
316
+ The ` data ` object has the following properties for control plane events such as creating, updating, and deleting API Management resources.
317
+
319
318
| Property | Type | Description |
320
319
| -------- | ---- | ----------- |
321
320
| ` resourceUri ` | string | The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, ` /subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/Microsoft.ApiManagement/service/<ServiceName>/<ResourceType>/<ResourceName> ` |
0 commit comments