openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 76.6 kB
JSON
{"openapi":"3.0.0","info":{"description":"The Microsoft Azure management API provides create, read, update, and delete functionality for Azure MySQL resources including servers, databases, firewall rules, log files and configurations with new business model.","title":"MySQLManagementClient","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/mysql/resource-manager/Microsoft.DBforMySQL/preview/2017-12-01-preview/mysql.json","version":"2.0"}],"x-preferred":true,"x-providerName":"azure.com","x-serviceName":"mysql","x-tags":["Azure","Microsoft"]},"security":[{"azure_auth":["user_impersonation"]}],"paths":{"/providers/Microsoft.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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 updates an existing server. The update action will overwrite the 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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/servers/write"},{"display":{"description":"Deletes an existing server.","operation":"Delete PostgreSQL Server","provider":"Microsoft DB for PostgreSQL","resource":"PostgreSQL Server"},"name":"Microsoft.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/servers/firewallRules/write"},{"display":{"description":"Deletes an existing firewall rule.","operation":"Delete Firewall Rule","provider":"Microsoft DB for PostgreSQL","resource":"Firewall Rules"},"name":"Microsoft.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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.DBforMySQL/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":"5.6"},"sku":{"capacity":2,"family":"Gen4","name":"B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforMySQL/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/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":"5.6"},"sku":{"capacity":2,"family":"Gen4","name":"B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforMySQL/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/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":"5.6"},"sku":{"capacity":2,"family":"Gen4","name":"B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforMySQL/servers"}]}},"ServerListByResourceGroup":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/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":"5.6"},"sku":{"capacity":2,"family":"Gen4","name":"B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforMySQL/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/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":"5.6"},"sku":{"capacity":2,"family":"Gen4","name":"B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforMySQL/servers"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/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":"5.6"},"sku":{"capacity":2,"family":"Gen4","name":"B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforMySQL/servers"}]}},"ServerGet":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/testserver","location":"eastus","name":"testserver","properties":{"administratorLogin":"cloudsa","earliestRestoreDate":"2018-01-26T23:06:03.3217581+00:00","fullyQualifiedDomainName":"testserver.test-vm1.onebox.xdb.mscds.com","sslEnforcement":"Enabled","storageProfile":{"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageMB":128000},"userVisibleState":"Ready","version":"5.6"},"sku":{"capacity":2,"family":"Gen4","name":"B_Gen4_2","tier":"Basic"},"tags":{"elasticServer":"1"},"type":"Microsoft.DBforMySQL/servers"}},"ServerUpdate":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/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.DBforMySQL/servers"}},"ServerCreate":{"value":{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/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.DBforMySQL/servers"}},"ConfigurationList":{"value":{"value":[{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/event_scheduler","name":"event_scheduler","properties":{"allowedValues":"ON,OFF,DISABLED","dataType":"Enumeration","defaultValue":"OFF","description":"Indicates the status of the Event Scheduler.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/div_precision_increment","name":"div_precision_increment","properties":{"allowedValues":"0-30","dataType":"Integer","defaultValue":"4","description":"Number of digits by which to increase the scale of the result of division operations.","source":"system-default","value":"4"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/group_concat_max_len","name":"group_concat_max_len","properties":{"allowedValues":"4-16777216","dataType":"Integer","defaultValue":"1024","description":"Maximum allowed result length in bytes for the GROUP_CONCAT().","source":"system-default","value":"1024"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_adaptive_hash_index","name":"innodb_adaptive_hash_index","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"ON","description":"Whether innodb adaptive hash indexes are enabled or disabled.","source":"system-default","value":"ON"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_lock_wait_timeout","name":"innodb_lock_wait_timeout","properties":{"allowedValues":"1-3600","dataType":"Integer","defaultValue":"50","description":"The length of time in seconds an InnoDB transaction waits for a row lock before giving up.","source":"system-default","value":"50"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/interactive_timeout","name":"interactive_timeout","properties":{"allowedValues":"10-1800","dataType":"Integer","defaultValue":"1800","description":"Number of seconds the server waits for activity on an interactive connection before closing it.","source":"system-default","value":"1800"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/log_queries_not_using_indexes","name":"log_queries_not_using_indexes","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"Logs queries that are expected to retrieve all rows to slow query log.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/log_throttle_queries_not_using_indexes","name":"log_throttle_queries_not_using_indexes","properties":{"allowedValues":"0-4294967295","dataType":"Integer","defaultValue":"0","description":"Limits the number of such queries per minute that can be written to the slow query log.","source":"system-default","value":"0"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/log_slow_admin_statements","name":"log_slow_admin_statements","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"Include slow administrative statements in the statements written to the slow query log.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/log_slow_slave_statements","name":"log_slow_slave_statements","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"When the slow query log is enabled, this variable enables logging for queries that have taken more than long_query_time seconds to execute on the slave.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/log_bin_trust_function_creators","name":"log_bin_trust_function_creators","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"This variable applies when binary logging is enabled. It controls whether stored function creators can be trusted not to create stored functions that will cause unsafe events to be written to the binary log.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/long_query_time","name":"long_query_time","properties":{"allowedValues":"0-1E+100","dataType":"Numeric","defaultValue":"10","description":"If a query takes longer than this many seconds, the server increments the Slow_queries status variable.","source":"system-default","value":"10"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/min_examined_row_limit","name":"min_examined_row_limit","properties":{"allowedValues":"0-18446744073709551615","dataType":"Integer","defaultValue":"0","description":"Can be used to cause queries which examine fewer than the stated number of rows not to be logged.","source":"system-default","value":"0"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/slow_query_log","name":"slow_query_log","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"Enable or disable the slow query log","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/sql_mode","name":"sql_mode","properties":{"allowedValues":",ALLOW_INVALID_DATES,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,HIGH_NOT_PRECEDENCE,IGNORE_SPACE,NO_AUTO_CREATE_USER,NO_AUTO_VALUE_ON_ZERO,NO_BACKSLASH_ESCAPES,NO_DIR_IN_CREATE,NO_ENGINE_SUBSTITUTION,NO_FIELD_OPTIONS,NO_KEY_OPTIONS,NO_TABLE_OPTIONS,NO_UNSIGNED_SUBTRACTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY,PAD_CHAR_TO_FULL_LENGTH,PIPES_AS_CONCAT,REAL_AS_FLOAT,STRICT_ALL_TABLES,STRICT_TRANS_TABLES","dataType":"Set","defaultValue":"","description":"The current server SQL mode.","source":"system-default","value":""},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/wait_timeout","name":"wait_timeout","properties":{"allowedValues":"60-86400","dataType":"Integer","defaultValue":"120","description":"The number of seconds the server waits for activity on a noninteractive connection before closing it.","source":"system-default","value":"120"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/net_read_timeout","name":"net_read_timeout","properties":{"allowedValues":"10-3600","dataType":"Integer","defaultValue":"120","description":"The number of seconds the server waits for network reading action, especially for LOAD DATA LOCAL FILE.","source":"system-default","value":"120"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/net_write_timeout","name":"net_write_timeout","properties":{"allowedValues":"10-3600","dataType":"Integer","defaultValue":"240","description":"The number of seconds the server waits for network writing action, especially for LOAD DATA LOCAL FILE.","source":"system-default","value":"240"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/server_id","name":"server_id","properties":{"allowedValues":"1000-4294967295","dataType":"Integer","defaultValue":"1000","description":"The server ID, used in replication to give each master and slave a unique identity.","source":"user-override","value":"1880975364"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/max_allowed_packet","name":"max_allowed_packet","properties":{"allowedValues":"1024-1073741824","dataType":"Integer","defaultValue":"536870912","description":"The maximum size of one packet or any generated/intermediate string, or any parameter sent by the mysql_stmt_send_long_data() C API function.","source":"system-default","value":"536870912"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/slave_net_timeout","name":"slave_net_timeout","properties":{"allowedValues":"30-3600","dataType":"Integer","defaultValue":"60","description":"The number of seconds to wait for more data from the master before the slave considers the connection broken, aborts the read, and tries to reconnect.","source":"system-default","value":"60"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/time_zone","name":"time_zone","properties":{"allowedValues":"[+|-][0]{0,1}[0-9]:[0-5][0-9]|[+|-][1][0-2]:[0-5][0-9]|SYSTEM","dataType":"String","defaultValue":"SYSTEM","description":"The server time zone","source":"system-default","value":"SYSTEM"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/character_set_server","name":"character_set_server","properties":{"allowedValues":"BIG5,DEC8,CP850,HP8,KOI8R,LATIN1,LATIN2,SWE7,ASCII,UJIS,SJIS,HEBREW,TIS620,EUCKR,KOI8U,GB2312,GREEK,CP1250,GBK,LATIN5,ARMSCII8,UTF8,UCS2,CP866,KEYBCS2,MACCE,MACROMAN,CP852,LATIN7,UTF8MB4,CP1251,UTF16,CP1256,CP1257,UTF32,BINARY,GEOSTD8,CP932,EUCJPMS","dataType":"Enumeration","defaultValue":"latin1","description":"Use charset_name as the default server character set.","source":"system-default","value":"latin1"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/join_buffer_size","name":"join_buffer_size","properties":{"allowedValues":"128-2097152","dataType":"Integer","defaultValue":"262144","description":"The minimum size of the buffer that is used for plain index scans, range index scans, and joins that do not use indexes and thus perform full table scans.","source":"system-default","value":"262144"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/table_open_cache","name":"table_open_cache","properties":{"allowedValues":"1-4000","dataType":"Integer","defaultValue":"2000","description":"The number of open tables for all threads.","source":"system-default","value":"2000"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_file_per_table","name":"innodb_file_per_table","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"InnoDB stores the data and indexes for each newly created table in a separate .ibd file instead of the system tablespace.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/lower_case_table_names","name":"lower_case_table_names","properties":{"allowedValues":"1,2","dataType":"Enumeration","defaultValue":"1","description":"If set to 1, table names are stored in lowercase on disk and comparisons are not case sensitive. If set to 2, table names are stored as given but compared in lowercase.","source":"system-default","value":"1"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/slave_compressed_protocol","name":"slave_compressed_protocol","properties":{"allowedValues":"ON,OFF","dataType":"Enumeration","defaultValue":"OFF","description":"This option places an upper limit on the total size in bytes of all relay logs on the slave.","source":"system-default","value":"OFF"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_io_capacity","name":"innodb_io_capacity","properties":{"allowedValues":"100-1500","dataType":"Integer","defaultValue":"200","description":"Sets an upper limit on I/O activity performed by InnoDB background tasks, such as flushing pages from the buffer pool and merging data from the change buffer.","source":"system-default","value":"200"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_read_io_threads","name":"innodb_read_io_threads","properties":{"allowedValues":"1-64","dataType":"Integer","defaultValue":"4","description":"The number of I/O threads for read operations in InnoDB.","source":"system-default","value":"4"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_thread_concurrency","name":"innodb_thread_concurrency","properties":{"allowedValues":"0-1000","dataType":"Integer","defaultValue":"0","description":"InnoDB tries to keep the number of operating system threads concurrently inside InnoDB less than or equal to the limit given by this variable.","source":"system-default","value":"0"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_write_io_threads","name":"innodb_write_io_threads","properties":{"allowedValues":"1-64","dataType":"Integer","defaultValue":"4","description":"The number of I/O threads for write operations in InnoDB.","source":"system-default","value":"4"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_additional_mem_pool_size","name":"innodb_additional_mem_pool_size","properties":{"allowedValues":"5242880-52428800","dataType":"Integer","defaultValue":"8388608","description":"he size in bytes of a memory pool InnoDB uses to store data dictionary information and other internal data structures.","source":"system-default","value":"8388608"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_online_alter_log_max_size","name":"innodb_online_alter_log_max_size","properties":{"allowedValues":"65536-2147483648","dataType":"Integer","defaultValue":"134217728","description":"Specifies an upper limit on the size of the temporary log files used during online DDL operations for InnoDB tables.","source":"system-default","value":"134217728"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/init_connect","name":"init_connect","properties":{"allowedValues":"","dataType":"String","defaultValue":"","description":"A string to be executed by the server for each client that connects.","source":"system-default","value":""},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/tx_isolation","name":"tx_isolation","properties":{"allowedValues":"READ-UNCOMMITTED,READ-COMMITTED,REPEATABLE-READ,SERIALIZABLE","dataType":"Enumeration","defaultValue":"REPEATABLE-READ","description":"The default transaction isolation level.","source":"system-default","value":"REPEATABLE-READ"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/eq_range_index_dive_limit","name":"eq_range_index_dive_limit","properties":{"allowedValues":"0-4294967295","dataType":"Integer","defaultValue":"10","description":"This variable indicates the number of equality ranges in an equality comparison condition when the optimizer should switch from using index dives to index statistics in estimating the number of qualifying rows.","source":"system-default","value":"10"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_old_blocks_pct","name":"innodb_old_blocks_pct","properties":{"allowedValues":"5-95","dataType":"Integer","defaultValue":"37","description":"Specifies the approximate percentage of the InnoDB buffer pool used for the old block sublist.","source":"system-default","value":"37"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_old_blocks_time","name":"innodb_old_blocks_time","properties":{"allowedValues":"0-4294967295","dataType":"Integer","defaultValue":"1000","description":"Non-zero values protect against the buffer pool being filled by data that is referenced only for a brief period, such as during a full table scan.","source":"system-default","value":"1000"},"type":"Microsoft.DBforMySQL/servers/configurations"},{"id":"/subscriptions/ffffffff-ffff-ffff-ffff-ffffffffffff/resourceGroups/TestGroup/providers/Microsoft.DBforMySQL/servers/mysql56cdb50/configurations/innodb_read_ahead_threshold","name":"innodb_read_ahead_threshold","properties":{"allowedValues":"0-64","dataType":"Integer","defaultValue":"56","description":"Controls the sensitivity of linear read-ahead that InnoDB uses to prefetch pages into the buffer pool.","source":"system-default","value":"56"},"type":"Microsoft.DB