Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,116 @@
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayCreatedEventData": {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These event names are pretty long. Could we possibly remove "SelfHosted"?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not really as this event is solely aimed for our self-hosted gateway.

Here's a full list of all events:

  • Microsoft.ApiManagement.SelfHostedGateway.Created
  • Microsoft.ApiManagement.SelfHostedGateway.Updated
  • Microsoft.ApiManagement.SelfHostedGateway.Deleted
  • Microsoft.ApiManagement.SelfHostedGateway.HostnameConfiguration.Created
  • Microsoft.ApiManagement.SelfHostedGateway.HostnameConfiguration.Updated
  • Microsoft.ApiManagement.SelfHostedGateway.HostnameConfiguration.Deleted
  • Microsoft.ApiManagement.SelfHostedGateway.CertificateAuthority.Created
  • Microsoft.ApiManagement.SelfHostedGateway.CertificateAuthority.Updated
  • Microsoft.ApiManagement.SelfHostedGateway.CertificateAuthority.Deleted
  • Microsoft.ApiManagement.SelfHostedGateway.API.Added
  • Microsoft.ApiManagement.SelfHostedGateway.API.Removed

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you anticipate there being similar events for the managed gateway at some point?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to have this freedom, yet. Our ARM resource is big and these events are coming from https://learn.microsoft.com/en-us/azure/templates/microsoft.apimanagement/service/gateways/apis?pivots=deployment-language-bicep and related sub resources.

Our managed gateway also has custom hostname support as well as CAs.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As part of our product we always make a distinction

"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.Created event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<ResourceName>`",
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayUpdatedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.Updated event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<ResourceName>`",
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayDeletedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.Deleted event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<ResourceName>`",
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayHostnameConfigurationCreatedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.HostnameConfiguration.Created event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<GatewayName>/hostnameConfigurations/<ResourceName>`",
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayHostnameConfigurationUpdatedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.HostnameConfiguration.Updated event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<GatewayName>/hostnameConfigurations/<ResourceName>`",
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayHostnameConfigurationDeletedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.HostnameConfiguration.Deleted event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<GatewayName>/hostnameConfigurations/<ResourceName>`",
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayCertificateAuthorityCreatedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.CertificateAuthority.Created event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>`",
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayCertificateAuthorityUpdatedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.CertificateAuthority.Updated event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>`",
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayCertificateAuthorityDeletedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.CertificateAuthority.Deleted event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<GatewayName>/certificateAuthorities/<ResourceName>`",
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayApiAddedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.API.Added event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<GatewayName>/apis/<ResourceName>`",
"type": "string"
}
}
},
"ApiManagementSelfHostedGatewayApiRemovedEventData": {
"description": "Schema of the Data property of an EventGridEvent for a Microsoft.ApiManagement.SelfHostedGateway.API.Removed event.",
"type": "object",
"properties": {
"resourceUri": {
"description": "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>/gateways/<GatewayName>/apis/<ResourceName>`",
"type": "string"
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/myapi"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/myapi;Rev=1"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/myapi;Rev=1"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/{apiId}/releases/{releaseId}"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/{apiId}/releases/{releaseId}"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/apis/{apiId}/releases/{releaseId}"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/products/myproduct"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/products/myproduct"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/products/myproduct"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/apis/example-api",
"type": "Microsoft.ApiManagement.SelfHostedGateway.API.Added",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/apis/example-api"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/apis/example-api",
"type": "Microsoft.ApiManagement.SelfHostedGateway.API.Removed",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/apis/example-api"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/certificateAuthorities/example-ca",
"type": "Microsoft.ApiManagement.SelfHostedGateway.CertificateAuthority.Created",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/certificateAuthorities/example-ca"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/certificateAuthorities/example-ca",
"type": "Microsoft.ApiManagement.SelfHostedGateway.CertificateAuthority.Deleted",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/certificateAuthorities/example-ca"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/certificateAuthorities/example-ca",
"type": "Microsoft.ApiManagement.SelfHostedGateway.CertificateAuthority.Updated",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/certificateAuthorities/example-ca"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}",
"type": "Microsoft.ApiManagement.SelfHostedGateway.Created",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}",
"type": "Microsoft.ApiManagement.SelfHostedGateway.Deleted",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/hostnameConfigurations/example-hostname",
"type": "Microsoft.ApiManagement.SelfHostedGateway.HostnameConfiguration.Created",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/hostnameConfigurations/example-hostname"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/hostnameConfigurations/example-hostname",
"type": "Microsoft.ApiManagement.SelfHostedGateway.HostnameConfiguration.Deleted",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/hostnameConfigurations/example-hostname"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/hostnameConfigurations/example-hostname",
"type": "Microsoft.ApiManagement.SelfHostedGateway.HostnameConfiguration.Updated",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/hostnameConfigurations/example-hostname"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"source": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}",
"type": "Microsoft.ApiManagement.SelfHostedGateway.Updated",
"time": "2021-07-02T00:47:47.8536532Z",
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}"
},
"specVersion": "1.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/subscriptions/{subscriptionId}"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/subscriptions/{subscriptionId}"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/subscriptions/{subscriptionId}"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/users/apimuser-contoso-com"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/users/apimuser-contoso-com"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/users/apimuser-contoso-com"
},
"specVersion": "1.0"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"topic": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/apis/example-api",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/apis/example-api"
},
"eventType": "Microsoft.ApiManagement.SelfHostedGateway.API.Added",
"dataVersion": "1",
"metadataVersion": "1",
"eventTime": "2021-07-02T00:47:48.8269769Z"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"topic": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/apis/example-api",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/apis/example-api"
},
"eventType": "Microsoft.ApiManagement.SelfHostedGateway.API.Removed",
"dataVersion": "1",
"metadataVersion": "1",
"eventTime": "2021-07-02T00:47:48.8269769Z"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"id": "92c502f2-a966-42a7-a428-d3b319844544",
"topic": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}",
"subject": "/gateways/{gateway-name}/certificateAuthorities/example-ca",
"data": {
"resourceUri": "/subscriptions/{subscription-id}/resourceGroups/{your-rg}/providers/Microsoft.ApiManagement/service/{your-APIM-instance}/gateways/{gateway-name}/certificateAuthorities/example-ca"
},
"eventType": "Microsoft.ApiManagement.SelfHostedGateway.CertificateAuthority.Created",
"dataVersion": "1",
"metadataVersion": "1",
"eventTime": "2021-07-02T00:47:48.8269769Z"
}
Loading