Skip to content

Commit 5392faa

Browse files
author
gitName
committed
draft complete
1 parent eaac2f2 commit 5392faa

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,18 @@ API Management emits the following event types:
3535
| Microsoft.ApiManagement.GatewayCreated | Raised when a self-hosted gateway is created. |
3636
| Microsoft.ApiManagement.GatewayDeleted | Raised when a self-hosted gateway is updated. |
3737
| 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. |
3939
| Microsoft.ApiManagement.GatewayAPIRemoved | Raised when an API is removed from a self-hosted gateway. |
4040
| Microsoft.ApiManagement.GatewayCertificateAuthorityCreated | Raised when a certificate authority is updated for a self-hosted gateway. |
4141
| Microsoft.ApiManagement.GatewayCertificateAuthorityDeleted | Raised when a certificate authority is deleted for a self-hosted gateway. |
4242
| Microsoft.ApiManagement.GatewayCertificateAuthorityUpdated | Raised when a certificate authority is updated for a self-hosted gateway. |
4343
| Microsoft.ApiManagement.GatewayHostnameConfigurationCreated | Raised when a hostname configuration is created for a self-hosted gateway. |
4444
| Microsoft.ApiManagement.GatewayHostnameConfigurationDeleted | Raised when a hostname configuration is deleted for a self-hosted gateway. |
4545
| 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. |
5250

5351
## Example event
5452

@@ -170,7 +168,7 @@ The following example shows the schema of an API updated event. The schema of ot
170168

171169
# [Cloud event schema](#tab/cloud-event-schema)
172170

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.
174172

175173
```json
176174
{
@@ -196,7 +194,7 @@ The following example shows the schema of a circuit breaker opened event event.
196194

197195
# [Event Grid event schema](#tab/event-grid-event-schema)
198196

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.
200198

201199
```json
202200
{
@@ -263,7 +261,7 @@ The following example shows the schema of a gateway token expired event.
263261
"instanceId": "{instance-name}"
264262
},
265263
"tokenInfo": {
266-
"edAtUtc": "2025-02-25T08:56:00.0000000Z"
264+
"expiredAtUtc": "2025-02-25T08:56:00.0000000Z"
267265
}
268266
},
269267
"eventType": "Microsoft.ApiManagement.GatewayTokenExpired",
@@ -312,10 +310,11 @@ An event has the following top-level data:
312310

313311
### Data object properties
314312

315-
The `data` object has the following properties for control plane events such as creating, updating, and deleting API Management resources.
316313

317314
#### Control plane events
318315

316+
The `data` object has the following properties for control plane events such as creating, updating, and deleting API Management resources.
317+
319318
| Property | Type | Description |
320319
| -------- | ---- | ----------- |
321320
| `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

Comments
 (0)