-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy pathApiManagementGatewayDeleteGateway.json
More file actions
44 lines (44 loc) · 1.58 KB
/
ApiManagementGatewayDeleteGateway.json
File metadata and controls
44 lines (44 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"parameters": {
"gatewayName": "example-gateway",
"resourceGroupName": "rg1",
"api-version": "2023-09-01-preview",
"subscriptionId": "00000000-0000-0000-0000-000000000000"
},
"responses": {
"202": {
"headers": {
"location": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ApiManagement/gateway/example-gateway/operationresults/TGV2eTExMDZtMDJfVGVybV9jMmZlY2QwMA==?api-version=2023-09-01-preview"
},
"body": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.ApiManagement/gateway/example-gateway",
"name": "example-gateway",
"type": "Microsoft.ApiManagement/gateway",
"tags": {},
"location": "West US",
"etag": "AAAAAAFfhHY=",
"properties": {
"provisioningState": "Succeeded",
"targetProvisioningState": "Deleting",
"createdAtUtc": "2016-12-20T19:41:21.5823069Z",
"frontend": {
"defaultHostname": "example-gateway.westus.gateway.azure-api.net"
},
"backend": {
"subnet": {
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg1/providers/Microsoft.Network/virtualNetworks/vn1/subnets/sn1"
}
},
"configurationApi": {
"hostname": "example-gateway.westus.configuration.gateway.azure-api.net"
}
},
"sku": {
"name": "Standard",
"capacity": 1
}
}
},
"204": {}
}
}