-
Notifications
You must be signed in to change notification settings - Fork 5.1k
/
Capabilities.json
562 lines (562 loc) · 17.1 KB
/
Capabilities.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
{
"swagger": "2.0",
"info": {
"title": "PostgreSQLServerManagementClient",
"description": "The Microsoft Azure management API provides create, read, update, and delete functionality for Azure PostgreSQL resources including servers, databases, firewall rules, VNET rules, security alert policies, log files and configurations with new business model.",
"version": "2023-03-01-preview"
},
"host": "management.azure.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"security": [
{
"azure_auth": [
"user_impersonation"
]
}
],
"securityDefinitions": {
"azure_auth": {
"type": "oauth2",
"authorizationUrl": "https://login.microsoftonline.com/common/oauth2/authorize",
"flow": "implicit",
"description": "Azure Active Directory OAuth2 Flow",
"scopes": {
"user_impersonation": "impersonate your user account"
}
}
},
"paths": {
"/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/capabilities": {
"get": {
"tags": [
"LocationBasedCapabilities"
],
"operationId": "LocationBasedCapabilities_Execute",
"x-ms-examples": {
"CapabilitiesList": {
"$ref": "./examples/CapabilitiesByLocation.json"
}
},
"description": "Get capabilities at specified location in a given subscription.",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../types/common-types.json#/parameters/LocationNameParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/CapabilitiesListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/flexibleServers/{serverName}/capabilities": {
"get": {
"tags": [
"FlexibleServerCapabilities"
],
"operationId": "ServerCapabilities_List",
"x-ms-examples": {
"ServerCapabilitiesList": {
"$ref": "./examples/ServerCapabilities.json"
}
},
"description": "Get capabilities for a flexible server.",
"parameters": [
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter"
},
{
"$ref": "../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter"
},
{
"$ref": "../../../types/common-types.json#/parameters/ServerNameParameter"
}
],
"responses": {
"200": {
"description": "OK",
"schema": {
"$ref": "#/definitions/CapabilitiesListResult"
}
},
"default": {
"description": "Error response describing why the operation failed.",
"schema": {
"$ref": "../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse"
}
}
},
"x-ms-pageable": {
"nextLinkName": "nextLink"
}
}
}
},
"definitions": {
"StorageTierCapability": {
"type": "object",
"description": "Represents capability of a storage tier",
"properties": {
"name": {
"type": "string",
"description": "Name to represent Storage tier capability",
"readOnly": true
},
"iops": {
"type": "integer",
"format": "int32",
"description": "Supported IOPS for this storage tier",
"readOnly": true
}
},
"allOf": [
{
"$ref": "../../../types/common-types.json#/definitions/CapabilityBase"
}
]
},
"StorageMbCapability": {
"type": "object",
"properties": {
"supportedIops": {
"type": "integer",
"format": "int32",
"description": "Supported IOPS",
"readOnly": true
},
"storageSizeMb": {
"type": "integer",
"format": "int64",
"description": "Storage size in MB",
"readOnly": true
},
"defaultIopsTier": {
"type": "string",
"description": "Default tier for IOPS",
"readOnly": true
},
"supportedIopsTiers": {
"type": "array",
"description": "List of available options to upgrade the storage performance",
"items": {
"$ref": "#/definitions/StorageTierCapability"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
}
},
"allOf": [
{
"$ref": "../../../types/common-types.json#/definitions/CapabilityBase"
}
],
"description": "storage size in MB capability"
},
"ServerSkuCapability": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Sku name",
"readOnly": true
},
"vCores": {
"type": "integer",
"format": "int32",
"description": "Supported vCores",
"readOnly": true
},
"supportedIops": {
"type": "integer",
"format": "int32",
"description": "Supported IOPS",
"readOnly": true
},
"supportedMemoryPerVcoreMb": {
"type": "integer",
"format": "int64",
"description": "Supported memory per vCore in MB",
"readOnly": true
},
"supportedZones": {
"type": "array",
"description": "List of supported Availability Zones. E.g. \"1\", \"2\", \"3\"",
"items": {
"type": "string"
},
"readOnly": true
},
"supportedHaMode": {
"type": "array",
"items": {
"type": "string",
"description": "HA mode supported for a server.",
"enum": [
"SameZone",
"ZoneRedundant"
],
"x-ms-enum": {
"name": "HaMode",
"modelAsString": true
}
},
"description": "Supported high availability mode",
"readOnly": true
}
},
"allOf": [
{
"$ref": "../../../types/common-types.json#/definitions/CapabilityBase"
}
],
"description": "Sku capability"
},
"ServerVersion": {
"type": "string",
"description": "The version of a server.",
"enum": [
"15",
"14",
"13",
"12",
"11"
],
"x-ms-enum": {
"name": "ServerVersion",
"modelAsString": true
}
},
"ServerVersionCapability": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Server version",
"readOnly": true
},
"supportedVersionsToUpgrade": {
"type": "array",
"items": {
"type": "string"
},
"description": "Supported servers versions to upgrade",
"readOnly": true
}
},
"allOf": [
{
"$ref": "../../../types/common-types.json#/definitions/CapabilityBase"
}
],
"description": "Server version capabilities."
},
"StorageEditionCapability": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Storage edition name",
"readOnly": true
},
"defaultStorageSizeMb": {
"type": "integer",
"format": "int64",
"description": "Default storage size in MB for storage edition",
"readOnly": true
},
"supportedStorageMb": {
"type": "array",
"description": "Flexible server supported storage range in MB",
"items": {
"$ref": "#/definitions/StorageMbCapability"
},
"x-ms-identifiers": [
"storageSizeMb"
],
"readOnly": true
}
},
"allOf": [
{
"$ref": "../../../types/common-types.json#/definitions/CapabilityBase"
}
],
"description": "Storage edition capability"
},
"FastProvisioningEditionCapability": {
"type": "object",
"description": "Represents capability of a fast provisioning edition",
"properties": {
"supportedTier": {
"type": "string",
"description": "Fast provisioning supported tier name",
"readOnly": true
},
"supportedSku": {
"type": "string",
"description": "Fast provisioning supported sku name",
"readOnly": true
},
"supportedStorageGb": {
"type": "integer",
"format": "int32",
"description": "Fast provisioning supported storage in Gb",
"readOnly": true
},
"supportedServerVersions": {
"type": "string",
"description": "Fast provisioning supported version",
"readOnly": true
},
"serverCount": {
"type": "integer",
"description": "Count of servers in cache matching the spec",
"format": "int32",
"readOnly": true
}
},
"allOf": [
{
"$ref": "../../../types/common-types.json#/definitions/CapabilityBase"
}
]
},
"FlexibleServerEditionCapability": {
"type": "object",
"allOf": [
{
"$ref": "../../../types/common-types.json#/definitions/CapabilityBase"
}
],
"properties": {
"name": {
"type": "string",
"description": "Server edition name",
"readOnly": true
},
"defaultSkuName": {
"type": "string",
"description": "Default sku name for the server edition",
"readOnly": true
},
"supportedStorageEditions": {
"type": "array",
"items": {
"$ref": "#/definitions/StorageEditionCapability"
},
"description": "The list of editions supported by this server edition.",
"readOnly": true,
"x-ms-identifiers": [
"name"
]
},
"supportedServerSkus": {
"type": "array",
"description": "List of supported server SKUs.",
"items": {
"$ref": "#/definitions/ServerSkuCapability"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
}
},
"description": "Flexible server edition capabilities."
},
"FlexibleServerCapability": {
"type": "object",
"allOf": [
{
"$ref": "../../../types/common-types.json#/definitions/CapabilityBase"
}
],
"properties": {
"name": {
"type": "string",
"description": "Name of flexible servers capability"
},
"supportedServerEditions": {
"type": "array",
"items": {
"$ref": "#/definitions/FlexibleServerEditionCapability"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true,
"description": "List of supported flexible server editions"
},
"supportedServerVersions": {
"type": "array",
"items": {
"$ref": "#/definitions/ServerVersionCapability"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of server versions supported for this capability.",
"readOnly": true
},
"fastProvisioningSupported": {
"type": "string",
"description": "Gets a value indicating whether fast provisioning is supported. \"Enabled\" means fast provisioning is supported. \"Disabled\" stands for fast provisioning is not supported.",
"readOnly": true,
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "fastProvisioningSupportedEnum",
"modelAsString": true
}
},
"supportedFastProvisioningEditions": {
"type": "array",
"description": "List of supported server editions for fast provisioning",
"items": {
"$ref": "#/definitions/FastProvisioningEditionCapability"
},
"x-ms-identifiers": [
"supportedSku"
],
"readOnly": true
},
"geoBackupSupported": {
"type": "string",
"description": "Determines if geo-backup is supported in this region. \"Enabled\" means geo-backup is supported. \"Disabled\" stands for geo-back is not supported.",
"readOnly": true,
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "geoBackupSupportedEnum",
"modelAsString": true
}
},
"zoneRedundantHaSupported": {
"type": "string",
"description": "A value indicating whether Zone Redundant HA is supported in this region. \"Enabled\" means zone redundant HA is supported. \"Disabled\" stands for zone redundant HA is not supported.",
"readOnly": true,
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "zoneRedundantHaSupportedEnum",
"modelAsString": true
}
},
"zoneRedundantHaAndGeoBackupSupported": {
"type": "string",
"description": "A value indicating whether Zone Redundant HA and Geo-backup is supported in this region. \"Enabled\" means zone redundant HA and geo-backup is supported. \"Disabled\" stands for zone redundant HA and geo-backup is not supported.",
"readOnly": true,
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "zoneRedundantHaAndGeoBackupSupportedEnum",
"modelAsString": true
}
},
"storageAutoGrowthSupported": {
"type": "string",
"description": "A value indicating whether storage auto-grow is supported in this region. \"Enabled\" means storage auto-grow is supported. \"Disabled\" stands for storage auto-grow is not supported.",
"readOnly": true,
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "storageAutoGrowthSupportedEnum",
"modelAsString": true
}
},
"onlineResizeSupported": {
"type": "string",
"description": "A value indicating whether online resize is supported in this region for the given subscription. \"Enabled\" means storage online resize is supported. \"Disabled\" means storage online resize is not supported.",
"readOnly": true,
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "onlineResizeSupportedEnum",
"modelAsString": true
}
},
"restricted": {
"type": "string",
"description": "A value indicating whether this region is restricted. \"Enabled\" means region is restricted. \"Disabled\" stands for region is not restricted.",
"readOnly": true,
"enum": [
"Enabled",
"Disabled"
],
"x-ms-enum": {
"name": "restrictedEnum",
"modelAsString": true
}
}
},
"description": "Capability for the PostgreSQL server"
},
"CapabilitiesListResult": {
"type": "object",
"properties": {
"value": {
"description": "A list of supported capabilities.",
"type": "array",
"items": {
"$ref": "#/definitions/FlexibleServerCapability"
},
"x-ms-identifiers": [
"name"
],
"readOnly": true
},
"nextLink": {
"description": "Link to retrieve next page of results.",
"type": "string",
"readOnly": true
}
},
"description": "Capability for the PostgreSQL server"
}
},
"parameters": {}
}