openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 91.6 kB
JSON
{"openapi":"3.0.0","info":{"description":"The Microsoft Azure management API provides create, read, update, and delete functionality for Azure PostgreSQL resources including servers, databases, firewall rules, log files and configurations with new business model.","title":"PostgreSQLManagementClient","version":"2017-12-01-preview","x-apisguru-categories":["cloud"],"x-logo":{"url":"https://assets.onestore.ms/cdnfiles/onestorerolling-1606-01000/shell/v3/images/logo/microsoft.png"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2017-12-01-preview/postgresql.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"postgresql","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.DBforPostgreSQL/operations":{"get":{"description":"Lists all of the available REST API operations.","operationId":"Operations_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OperationListResult"},"examples":{"OperationList":{"$ref":"#/components/examples/OperationList"}}}}}},"tags":["Operations"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability":{"post":{"description":"Check the availability of name for resource","operationId":"CheckNameAvailability_Execute","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NameAvailabilityRequest"}}},"description":"The required parameters for checking if resource name is available.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NameAvailability"},"examples":{"NameAvailability":{"$ref":"#/components/examples/NameAvailability"}}}}}},"tags":["CheckNameAvailability"]}},"/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/performanceTiers":{"get":{"description":"List all the performance tiers at specified location in a given subscription.","operationId":"LocationBasedPerformanceTier_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/LocationNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PerformanceTierListResult"},"examples":{"PerformanceTiersList":{"$ref":"#/components/examples/PerformanceTiersList"}}}}}},"tags":["LocationBasedPerformanceTier"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/servers":{"get":{"description":"List all the servers in a given subscription.","operationId":"Servers_List","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerListResult"},"examples":{"ServerList":{"$ref":"#/components/examples/ServerList"}}}}}},"tags":["Servers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers":{"get":{"description":"List all the servers in a given resource group.","operationId":"Servers_ListByResourceGroup","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerListResult"},"examples":{"ServerListByResourceGroup":{"$ref":"#/components/examples/ServerListByResourceGroup"}}}}}},"tags":["Servers"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}":{"delete":{"description":"Deletes a server.","operationId":"Servers_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"NoContent"}},"tags":["Servers"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about a server.","operationId":"Servers_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Server"},"examples":{"ServerGet":{"$ref":"#/components/examples/ServerGet"}}}}}},"tags":["Servers"]},"patch":{"description":"Updates an existing server. The request body can contain one to many of the properties present in the normal server definition.","operationId":"Servers_Update","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerUpdateParameters"}}},"description":"The required parameters for updating a server.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Server"},"examples":{"ServerUpdate":{"$ref":"#/components/examples/ServerUpdate"}}}}},"202":{"description":"Accepted"}},"tags":["Servers"],"x-ms-long-running-operation":true},"put":{"description":"Creates a new server, or will overwrite an existing server.","operationId":"Servers_Create","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ServerForCreate"}}},"description":"The required parameters for creating or updating a server.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Server"},"examples":{"ServerCreate":{"$ref":"#/components/examples/ServerCreate"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Server"},"examples":{"ServerCreate":{"$ref":"#/components/examples/ServerCreate"}}}}},"202":{"description":"Accepted"}},"tags":["Servers"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations":{"get":{"description":"List all the configurations in a given server.","operationId":"Configurations_ListByServer","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConfigurationListResult"},"examples":{"ConfigurationList":{"$ref":"#/components/examples/ConfigurationList"}}}}}},"tags":["Configurations"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/configurations/{configurationName}":{"get":{"description":"Gets information about a configuration of server.","operationId":"Configurations_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/ConfigurationNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Configuration"},"examples":{"ConfigurationGet":{"$ref":"#/components/examples/ConfigurationGet"}}}}}},"tags":["Configurations"]},"put":{"description":"Updates a configuration of a server.","operationId":"Configurations_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/ConfigurationNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Configuration"}}},"description":"The required parameters for updating a server configuration.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Configuration"},"examples":{"ConfigurationCreateOrUpdate":{"$ref":"#/components/examples/ConfigurationCreateOrUpdate"}}}}},"202":{"description":"Accepted"}},"tags":["Configurations"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/databases":{"get":{"description":"List all the databases in a given server.","operationId":"Databases_ListByServer","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DatabaseListResult"},"examples":{"DatabaseList":{"$ref":"#/components/examples/DatabaseList"}}}}}},"tags":["Databases"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/databases/{databaseName}":{"delete":{"description":"Deletes a database.","operationId":"Databases_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/DatabaseNameParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"NoContent"}},"tags":["Databases"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about a database.","operationId":"Databases_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/DatabaseNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Database"},"examples":{"DatabaseGet":{"$ref":"#/components/examples/DatabaseGet"}}}}}},"tags":["Databases"]},"put":{"description":"Creates a new database or updates an existing database.","operationId":"Databases_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/DatabaseNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Database"}}},"description":"The required parameters for creating or updating a database.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Database"},"examples":{"DatabaseCreate":{"$ref":"#/components/examples/DatabaseCreate"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Database"},"examples":{"DatabaseCreate":{"$ref":"#/components/examples/DatabaseCreate"}}}}},"202":{"description":"Accepted"}},"tags":["Databases"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/firewallRules":{"get":{"description":"List all the firewall rules in a given server.","operationId":"FirewallRules_ListByServer","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRuleListResult"},"examples":{"FirewallRuleList":{"$ref":"#/components/examples/FirewallRuleList"}}}}}},"tags":["FirewallRules"],"x-ms-pageable":{}}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/firewallRules/{firewallRuleName}":{"delete":{"description":"Deletes a server firewall rule.","operationId":"FirewallRules_Delete","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/FirewallRuleNameParameter"}],"responses":{"200":{"description":"OK"},"202":{"description":"Accepted"},"204":{"description":"NoContent"}},"tags":["FirewallRules"],"x-ms-long-running-operation":true},"get":{"description":"Gets information about a server firewall rule.","operationId":"FirewallRules_Get","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/FirewallRuleNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"},"examples":{"FirewallRuleGet":{"$ref":"#/components/examples/FirewallRuleGet"}}}}}},"tags":["FirewallRules"]},"put":{"description":"Creates a new firewall rule or updates an existing firewall rule.","operationId":"FirewallRules_CreateOrUpdate","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"},{"$ref":"#/components/parameters/FirewallRuleNameParameter"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"}}},"description":"The required parameters for creating or updating a firewall rule.","required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"},"examples":{"FirewallRuleCreate":{"$ref":"#/components/examples/FirewallRuleCreate"}}}}},"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FirewallRule"},"examples":{"FirewallRuleCreate":{"$ref":"#/components/examples/FirewallRuleCreate"}}}}},"202":{"description":"Accepted"}},"tags":["FirewallRules"],"x-ms-long-running-operation":true}},"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/logFiles":{"get":{"description":"List all the log files in a given server.","operationId":"LogFiles_ListByServer","parameters":[{"$ref":"#/components/parameters/ApiVersionParameter"},{"$ref":"#/components/parameters/SubscriptionIdParameter"},{"$ref":"#/components/parameters/ResourceGroupParameter"},{"$ref":"#/components/parameters/ServerNameParameter"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LogFileListResult"},"examples":{"LogFileList":{"$ref":"#/components/examples/LogFileList"}}}}}},"tags":["LogFiles"],"x-ms-pageable":{}}}},"servers":[{"url":"https://management.azure.com"}],"components":{"examples":{"OperationList":{"value":{"value":[{"display":{"description":"Returns the list of Performance Tiers available.","operation":"List Performance Tiers","provider":"Microsoft DB for PostgreSQL","resource":"Performance Tiers"},"name":"Microsoft.DBforPostgreSQL/locations/performanceTiers/read"},{"display":{"description":"Return the list of servers or gets the properties for the specified server.","operation":"List/Get PostgreSQL Servers","provider":"Microsoft DB for PostgreSQL","resource":"PostgreSQL Server"},"name":"Microsoft.DBforPostgreSQL/servers/read"},{"display":{"description":"Creates a server with the specified parameters or update the properties or tags for the specified server.","operation":"Create/Update PostgreSQL Server","provider":"Microsoft DB for PostgreSQL","resource":"PostgreSQL Server"},"name":"Microsoft.DBforPostgreSQL/servers/write"},{"display":{"description":"Deletes an existing server.","operation":"Delete PostgreSQL Server","provider":"Microsoft DB for PostgreSQL","resource":"PostgreSQL Server"},"name":"Microsoft.DBforPostgreSQL/servers/delete"},{"display":{"description":"Returns the list of Performance Tiers available.","operation":"List Performance Tiers","provider":"Microsoft DB for PostgreSQL","resource":"Performance Tiers"},"name":"Microsoft.DBforPostgreSQL/performanceTiers/read"},{"display":{"description":"Return the list of firewall rules for a server or gets the properties for the specified firewall rule.","operation":"List/Get Firewall Rules","provider":"Microsoft DB for PostgreSQL","resource":"Firewall Rules"},"name":"Microsoft.DBforPostgreSQL/servers/firewallRules/read"},{"display":{"description":"Creates a firewall rule with the specified parameters or update an existing rule.","operation":"Create/Update Firewall Rule","provider":"Microsoft DB for PostgreSQL","resource":"Firewall Rules"},"name":"Microsoft.DBforPostgreSQL/servers/firewallRules/write"},{"display":{"description":"Deletes an existing firewall rule.","operation":"Delete Firewall Rule","provider":"Microsoft DB for PostgreSQL","resource":"Firewall Rules"},"name":"Microsoft.DBforPostgreSQL/servers/firewallRules/delete"},{"display":{"description":"Return types of metrics that are available for databases","operation":"Get database metric definitions","provider":"Microsoft DB for PostgreSQL","resource":"Database Metric Definition"},"name":"Microsoft.DBforPostgreSQL/servers/providers/Microsoft.Insights/metricDefinitions/read","properties":{"serviceSpecification":{"metricSpecifications":[{"aggregationType":"Average","displayDescription":"CPU percent","displayName":"CPU percent","fillGapWithZero":true,"name":"cpu_percent","unit":"Percent"},{"aggregationType":"Average","displayDescription":"Compute Unit limit","displayName":"Compute Unit limit","name":"compute_limit","unit":"Count"},{"aggregationType":"Average","displayDescription":"Compute Unit percentage","displayName":"Compute Unit percentage","fillGapWithZero":true,"name":"compute_consumption_percent","unit":"Percent"},{"aggregationType":"Average","displayDescription":"Memory percent","displayName":"Memory percent","fillGapWithZero":true,"name":"memory_percent","unit":"Percent"},{"aggregationType":"Average","displayDescription":"IO percent","displayName":"IO percent","fillGapWithZero":true,"name":"io_consumption_percent","unit":"Percent"},{"aggregationType":"Average","displayDescription":"Storage percentage","displayName":"Storage percentage","name":"storage_percent","unit":"Percent"},{"aggregationType":"Average","displayDescription":"Storage used","displayName":"Storage used","name":"storage_used","unit":"Bytes"},{"aggregationType":"Average","displayDescription":"Storage limit","displayName":"Storage limit","name":"storage_limit","unit":"Bytes"},{"aggregationType":"Average","displayDescription":"Total active connections","displayName":"Total active connections","fillGapWithZero":true,"name":"active_connections","unit":"Count"},{"aggregationType":"Average","displayDescription":"Total failed connections","displayName":"Total failed connections","fillGapWithZero":true,"name":"connections_failed","unit":"Count"}]}}},{"display":{"description":"Gets the disagnostic setting for the resource","operation":"Read diagnostic setting","provider":"Microsoft DB for PostgreSQL","resource":"Database Metric Definition"},"name":"Microsoft.DBforPostgreSQL/servers/providers/Microsoft.Insights/diagnosticSettings/read"},{"display":{"description":"Creates or updates the diagnostic setting for the resource","operation":"Write diagnostic setting","provider":"Microsoft DB for PostgreSQL","resource":"Database Metric Definition"},"name":"Microsoft.DBforPostgreSQL/servers/providers/Microsoft.Insights/diagnosticSettings/write"}]}},"NameAvailability":{"value":{"message":"","nameAvailable":true,"reason":""}},"PerformanceTiersList":{"value":{"value":[{"id":"Basic","maxBackupRetentionDays":35,"maxStorageMB":1048576,"minBackupRetentionDays":7,"minStorageMB":5120,"serviceLevelObjectives":[{"edition":"Basic","hardwareGeneration":"Gen4","id":"B_Gen4_1","vCore":1},{"edition":"Basic","hardwareGeneration":"Gen4","id":"B_Gen4_2","vCore":2},{"edition":"Basic","hardwareGeneration":"Gen5","id":"B_Gen5_1","vCore":1},{"edition":"Basic","hardwareGeneration":"Gen5","id":"B_Gen5_2","vCore":2}]},{"id":"GeneralPurpose","maxBackupRetentionDays":35,"maxStorageMB":2097152,"minBackupRetentionDays":7,"minStorageMB":5120,"serviceLevelObjectives":[{"edition":"GeneralPurpose","hardwareGeneration":"Gen4","id":"GP_Gen4_2","vCore":2},{"edition":"GeneralPurpose","hardwareGeneration":"Gen4","id":"GP_Gen4_4","vCore":4},{"edition":"GeneralPurpose","hardwareGeneration":"Gen4","id":"GP_Gen4_8","vCore":8},{"edition":"GeneralPurpose","hardwareGeneration":"Gen4","id":"GP_Gen4_16","vCore":16},{"edition":"GeneralPurpose","hardwareGeneration":"Gen4","id":"GP_Gen4_32","vCore":32},{"edition":"GeneralPurpose","hardwareGeneration":"Gen5","id":"GP_Gen5_2","vCore":2},{"edition":"GeneralPurpose","hardwareGeneration":"Gen5","id":"GP_Gen5_4","vCore":4},{"edition":"GeneralPurpose","hardwareGeneration":"Gen5","id":"GP_Gen5_8","vCore":8},{"edition":"GeneralPurpose","hardwareGeneration":"Gen5","id":"GP_Gen5_16","vCore":16},{"edition":"GeneralPurpose","hardwareGeneration":"Gen5","id":"GP_Gen5_32","vCore":32}]},{"id":"MemoryOptimized","maxBackupRetentionDays":35,"maxStorageMB":2097152,"minBackupRetentionDays":7,"minStorageMB":5120,"serviceLevelObjectives":[{"edition":"MemoryOptimized","hardwareGeneration":"Gen5","id":"MO_Gen5_2","vCore":2},{"edition":"MemoryOptimized","hardwareGeneration":"Gen5","id":"MO_Gen5_4","vCore":4},{"edition":"MemoryOptimized","hardwareGeneration":"Gen5","id":"MO_Gen5_8","vCore":8},{"edition":"MemoryOptimized","hardwareGeneration":"Gen5","id":"MO_Gen5_16","vCore":16},{"edition":"MemoryOptimized","hardwareGeneration":"Gen5","id":"MO_Gen5_32","vCore":32}]}]}},"ServerList":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver","location":"eastus","name":"testserver","properties":{"administratorLogin":"cloudsa","fullyQualifiedDomainName":"testserver.test-vm1.onebox.xdb.mscds.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"9.6"},"sku":{"capacity":2,"family":"Gen4","name":"PGSQL_B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforPostgreSQL/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver1","location":"eastus","name":"testserver1","properties":{"administratorLogin":"cloudsa","fullyQualifiedDomainName":"testserver.test-vm1.onebox.xdb.mscds.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"9.6"},"sku":{"capacity":2,"family":"Gen4","name":"PGSQL_B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforPostgreSQL/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver2","location":"eastus","name":"testserver2","properties":{"administratorLogin":"cloudsa","fullyQualifiedDomainName":"testserver.test-vm1.onebox.xdb.mscds.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"9.6"},"sku":{"capacity":2,"family":"Gen4","name":"PGSQL_B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforPostgreSQL/servers"}]}},"ServerListByResourceGroup":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver","location":"eastus","name":"testserver","properties":{"administratorLogin":"cloudsa","fullyQualifiedDomainName":"testserver.test-vm1.onebox.xdb.mscds.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"9.6"},"sku":{"capacity":2,"family":"Gen4","name":"PGSQL_B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforPostgreSQL/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver1","location":"eastus","name":"testserver1","properties":{"administratorLogin":"cloudsa","fullyQualifiedDomainName":"testserver.test-vm1.onebox.xdb.mscds.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"9.6"},"sku":{"capacity":2,"family":"Gen4","name":"PGSQL_B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforPostgreSQL/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver2","location":"eastus","name":"testserver2","properties":{"administratorLogin":"cloudsa","fullyQualifiedDomainName":"testserver.test-vm1.onebox.xdb.mscds.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"9.6"},"sku":{"capacity":2,"family":"Gen4","name":"PGSQL_B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforPostgreSQL/servers"}]}},"ServerGet":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver","location":"eastus","name":"testserver","properties":{"administratorLogin":"cloudsa","fullyQualifiedDomainName":"testserver.test-vm1.onebox.xdb.mscds.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"9.6"},"sku":{"capacity":2,"family":"Gen4","name":"PGSQL_B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforPostgreSQL/servers"}},"ServerUpdate":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver","location":"eastus","name":"testserver","properties":{"administratorLogin":"cloudsa","fullyQualifiedDomainName":"testserver.test-vm1.onebox.xdb.mscds.com","sslEnforcement":"Disabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready"},"sku":{"capacity":2,"family":"Gen4","name":"B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforPostgreSQL/servers"}},"ServerCreate":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver","location":"eastus","name":"testserver","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-02-07T16:47:04.027+00:00","fullyQualifiedDomainName":"testserver.test-vm1.onebox.xdb.mscds.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready"},"sku":{"capacity":2,"family":"Gen5","name":"B_Gen5_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforPostgreSQL/servers"}},"ConfigurationList":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/array_nulls","name":"array_nulls","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enable input of NULL elements in arrays.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/backslash_quote","name":"backslash_quote","properties":{"allowedValues":"safe_encoding,on,off","dataType":"Enumeration","defaultValue":"safe_encoding","description":"Sets whether \"\\'\" is allowed in string literals.","source":"system-default","value":"safe_encoding"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/bytea_output","name":"bytea_output","properties":{"allowedValues":"escape,hex","dataType":"Enumeration","defaultValue":"hex","description":"Sets the output format for bytea.","source":"system-default","value":"hex"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/check_function_bodies","name":"check_function_bodies","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Check function bodies during CREATE FUNCTION.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/client_encoding","name":"client_encoding","properties":{"allowedValues":"BIG5,EUC_CN,EUC_JP,EUC_JIS_2004,EUC_KR,EUC_TW,GB18030,GBK,ISO_8859_5,ISO_8859_6,ISO_8859_7,ISO_8859_8,JOHAB,KOI8R,KOI8U,LATIN1,LATIN2,LATIN3,LATIN4,LATIN5,LATIN6,LATIN7,LATIN8,LATIN9,LATIN10,MULE_INTERNAL,SJIS,SHIFT_JIS_2004,SQL_ASCII,UHC,UTF8,WIN866,WIN874,WIN1250,WIN1251,WIN1252,WIN1253,WIN1254,WIN1255,WIN1256,WIN1257,WIN1258","dataType":"Enumeration","defaultValue":"sql_ascii","description":"Sets the client's character set encoding.","source":"system-default","value":"sql_ascii"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/client_min_messages","name":"client_min_messages","properties":{"allowedValues":"debug5,debug4,debug3,debug2,debug1,log,notice,warning,error","dataType":"Enumeration","defaultValue":"notice","description":"Sets the message levels that are sent to the client.","source":"system-default","value":"notice"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/constraint_exclusion","name":"constraint_exclusion","properties":{"allowedValues":"partition,on,off","dataType":"Enumeration","defaultValue":"partition","description":"Enables the planner to use constraints to optimize queries.","source":"system-default","value":"partition"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/cpu_index_tuple_cost","name":"cpu_index_tuple_cost","properties":{"allowedValues":"0-1.79769e+308","dataType":"Numeric","defaultValue":"0.005","description":"Sets the planner's estimate of the cost of processing each index entry during an index scan.","source":"system-default","value":"0.005"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/cpu_operator_cost","name":"cpu_operator_cost","properties":{"allowedValues":"0-1.79769e+308","dataType":"Numeric","defaultValue":"0.0025","description":"Sets the planner's estimate of the cost of processing each operator or function call.","source":"system-default","value":"0.0025"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/cpu_tuple_cost","name":"cpu_tuple_cost","properties":{"allowedValues":"0-1.79769e+308","dataType":"Numeric","defaultValue":"0.01","description":"Sets the planner's estimate of the cost of processing each tuple (row).","source":"system-default","value":"0.01"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/cursor_tuple_fraction","name":"cursor_tuple_fraction","properties":{"allowedValues":"0-1","dataType":"Numeric","defaultValue":"0.1","description":"Sets the planner's estimate of the fraction of a cursor's rows that will be retrieved.","source":"system-default","value":"0.1"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/datestyle","name":"datestyle","properties":{"allowedValues":"(iso|postgres|sql|german)\\,\\s(dmy|mdy|ymd)","dataType":"String","defaultValue":"iso, mdy","description":"Sets the display format for date and time values.","source":"system-default","value":"iso, mdy"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/deadlock_timeout","name":"deadlock_timeout","properties":{"allowedValues":"1-2147483647","dataType":"Integer","defaultValue":"1000","description":"Sets the amount of time, in milliseconds, to wait on a lock before checking for deadlock.","source":"system-default","value":"1000"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/debug_print_parse","name":"debug_print_parse","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"off","description":"Logs each query's parse tree.","source":"system-default","value":"off"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/debug_print_plan","name":"debug_print_plan","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"off","description":"Logs each query's execution plan.","source":"system-default","value":"off"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/debug_print_rewritten","name":"debug_print_rewritten","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"off","description":"Logs each query's rewritten parse tree.","source":"system-default","value":"off"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/default_statistics_target","name":"default_statistics_target","properties":{"allowedValues":"1-10000","dataType":"Integer","defaultValue":"100","description":"Sets the default statistics target.","source":"system-default","value":"100"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/default_text_search_config","name":"default_text_search_config","properties":{"allowedValues":"[A-Za-z\\._]+","dataType":"String","defaultValue":"pg_catalog.english","description":"Sets default text search configuration.","source":"system-default","value":"pg_catalog.english"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/default_transaction_deferrable","name":"default_transaction_deferrable","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"off","description":"Sets the default deferrable status of new transactions.","source":"system-default","value":"off"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/default_transaction_isolation","name":"default_transaction_isolation","properties":{"allowedValues":"serializable,repeatable read,read committed,read uncommitted","dataType":"Enumeration","defaultValue":"read committed","description":"Sets the transaction isolation level of each new transaction.","source":"system-default","value":"read committed"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/default_transaction_read_only","name":"default_transaction_read_only","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"off","description":"Sets the default read-only status of new transactions.","source":"system-default","value":"off"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/default_with_oids","name":"default_with_oids","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"off","description":"Create new tables with OIDs by default.","source":"system-default","value":"off"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_bitmapscan","name":"enable_bitmapscan","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of bitmap-scan plans.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_hashagg","name":"enable_hashagg","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of hashed aggregation plans.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_hashjoin","name":"enable_hashjoin","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of hash join plans.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_indexonlyscan","name":"enable_indexonlyscan","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of index-only-scan plans.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_indexscan","name":"enable_indexscan","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of index-scan plans.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_material","name":"enable_material","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of materialization.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_mergejoin","name":"enable_mergejoin","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of merge join plans.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_nestloop","name":"enable_nestloop","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of nested-loop join plans.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_seqscan","name":"enable_seqscan","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of sequential-scan plans.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_sort","name":"enable_sort","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of explicit sort steps.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/enable_tidscan","name":"enable_tidscan","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables the planner's use of TID scan plans.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/escape_string_warning","name":"escape_string_warning","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Warn about backslash escapes in ordinary string literals.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/exit_on_error","name":"exit_on_error","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"off","description":"Terminate session on any error.","source":"system-default","value":"off"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/extra_float_digits","name":"extra_float_digits","properties":{"allowedValues":"-15-3","dataType":"Integer","defaultValue":"0","description":"Sets the number of digits displayed for floating-point values.","source":"system-default","value":"0"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/from_collapse_limit","name":"from_collapse_limit","properties":{"allowedValues":"1-2147483647","dataType":"Integer","defaultValue":"8","description":"Sets the FROM-list size beyond which subqueries are not collapsed.","source":"system-default","value":"8"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/geqo","name":"geqo","properties":{"allowedValues":"on,off","dataType":"Boolean","defaultValue":"on","description":"Enables genetic query optimization.","source":"system-default","value":"on"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/geqo_effort","name":"geqo_effort","properties":{"allowedValues":"1-10","dataType":"Integer","defaultValue":"5","description":"GEQO: effort is used to set the default for other GEQO parameters.","source":"system-default","value":"5"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/geqo_generations","name":"geqo_generations","properties":{"allowedValues":"0-2147483647","dataType":"Integer","defaultValue":"0","description":"GEQO: number of iterations of the algorithm.","source":"system-default","value":"0"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/geqo_pool_size","name":"geqo_pool_size","properties":{"allowedValues":"0-2147483647","dataType":"Integer","defaultValue":"0","description":"GEQO: number of individuals in the population.","source":"system-default","value":"0"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/geqo_seed","name":"geqo_seed","properties":{"allowedValues":"0-1","dataType":"Numeric","defaultValue":"0.0","description":"GEQO: seed for random path selection.","source":"system-default","value":"0.0"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/geqo_selection_bias","name":"geqo_selection_bias","properties":{"allowedValues":"1.5-2","dataType":"Numeric","defaultValue":"2.0","description":"GEQO: selective pressure within the population.","source":"system-default","value":"2.0"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQL/servers/testserver/configurations/geqo_threshold","name":"geqo_threshold","properties":{"allowedValues":"2-2147483647","dataType":"Integer","defaultValue":"12","description":"Sets the threshold of FROM items beyond which GEQO is used.","source":"system-default","value":"12"},"type":"Microsoft.DBforPostgreSQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforPostgreSQ