Managed Service for MySQL API, gRPC: ClusterService.Start
Starts a cluster.
gRPC request
rpc Start (StartClusterRequest) returns (operation.Operation)
StartClusterRequest
{
"clusterId": "string"
}
Field |
Description |
clusterId |
string Required field. ID of the cluster to start. To get this ID, make a ClusterService.List request. |
operation.Operation
{
"id": "string",
"description": "string",
"createdAt": "google.protobuf.Timestamp",
"createdBy": "string",
"modifiedAt": "google.protobuf.Timestamp",
"done": "bool",
"metadata": {
"clusterId": "string"
},
// Includes only one of the fields `error`, `response`
"error": "google.rpc.Status",
"response": {
"id": "string",
"folderId": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"labels": "string",
"environment": "Environment",
"monitoring": [
{
"name": "string",
"description": "string",
"link": "string"
}
],
"config": {
"version": "string",
// Includes only one of the fields `mysqlConfig_5_7`, `mysqlConfig_8_0`
"mysqlConfig_5_7": {
"effectiveConfig": {
"innodbBufferPoolSize": "google.protobuf.Int64Value",
"maxConnections": "google.protobuf.Int64Value",
"longQueryTime": "google.protobuf.DoubleValue",
"generalLog": "google.protobuf.BoolValue",
"auditLog": "google.protobuf.BoolValue",
"sqlMode": [
"SQLMode"
],
"maxAllowedPacket": "google.protobuf.Int64Value",
"defaultAuthenticationPlugin": "AuthPlugin",
"innodbFlushLogAtTrxCommit": "google.protobuf.Int64Value",
"innodbLockWaitTimeout": "google.protobuf.Int64Value",
"transactionIsolation": "TransactionIsolation",
"innodbPrintAllDeadlocks": "google.protobuf.BoolValue",
"netReadTimeout": "google.protobuf.Int64Value",
"netWriteTimeout": "google.protobuf.Int64Value",
"groupConcatMaxLen": "google.protobuf.Int64Value",
"tmpTableSize": "google.protobuf.Int64Value",
"maxHeapTableSize": "google.protobuf.Int64Value",
"defaultTimeZone": "string",
"characterSetServer": "string",
"collationServer": "string",
"innodbAdaptiveHashIndex": "google.protobuf.BoolValue",
"innodbNumaInterleave": "google.protobuf.BoolValue",
"innodbLogBufferSize": "google.protobuf.Int64Value",
"innodbLogFileSize": "google.protobuf.Int64Value",
"innodbIoCapacity": "google.protobuf.Int64Value",
"innodbIoCapacityMax": "google.protobuf.Int64Value",
"innodbReadIoThreads": "google.protobuf.Int64Value",
"innodbWriteIoThreads": "google.protobuf.Int64Value",
"innodbPurgeThreads": "google.protobuf.Int64Value",
"innodbThreadConcurrency": "google.protobuf.Int64Value",
"innodbTempDataFileMaxSize": "google.protobuf.Int64Value",
"threadCacheSize": "google.protobuf.Int64Value",
"threadStack": "google.protobuf.Int64Value",
"joinBufferSize": "google.protobuf.Int64Value",
"sortBufferSize": "google.protobuf.Int64Value",
"tableDefinitionCache": "google.protobuf.Int64Value",
"tableOpenCache": "google.protobuf.Int64Value",
"tableOpenCacheInstances": "google.protobuf.Int64Value",
"explicitDefaultsForTimestamp": "google.protobuf.BoolValue",
"autoIncrementIncrement": "google.protobuf.Int64Value",
"autoIncrementOffset": "google.protobuf.Int64Value",
"syncBinlog": "google.protobuf.Int64Value",
"binlogCacheSize": "google.protobuf.Int64Value",
"binlogGroupCommitSyncDelay": "google.protobuf.Int64Value",
"binlogRowImage": "BinlogRowImage",
"binlogRowsQueryLogEvents": "google.protobuf.BoolValue",
"rplSemiSyncMasterWaitForSlaveCount": "google.protobuf.Int64Value",
"slaveParallelType": "SlaveParallelType",
"slaveParallelWorkers": "google.protobuf.Int64Value",
"mdbPreserveBinlogBytes": "google.protobuf.Int64Value",
"interactiveTimeout": "google.protobuf.Int64Value",
"waitTimeout": "google.protobuf.Int64Value",
"mdbOfflineModeEnableLag": "google.protobuf.Int64Value",
"mdbOfflineModeDisableLag": "google.protobuf.Int64Value",
"rangeOptimizerMaxMemSize": "google.protobuf.Int64Value",
"slowQueryLog": "google.protobuf.BoolValue",
"slowQueryLogAlwaysWriteTime": "google.protobuf.DoubleValue",
"logSlowRateType": "LogSlowRateType",
"logSlowRateLimit": "google.protobuf.Int64Value",
"logSlowSpStatements": "google.protobuf.BoolValue",
"logSlowFilter": [
"LogSlowFilterType"
],
"mdbPriorityChoiceMaxLag": "google.protobuf.Int64Value",
"innodbPageSize": "google.protobuf.Int64Value",
"innodbOnlineAlterLogMaxSize": "google.protobuf.Int64Value",
"innodbFtMinTokenSize": "google.protobuf.Int64Value",
"innodbFtMaxTokenSize": "google.protobuf.Int64Value",
"lowerCaseTableNames": "google.protobuf.Int64Value",
"showCompatibility_56": "google.protobuf.BoolValue",
"maxSpRecursionDepth": "google.protobuf.Int64Value",
"innodbCompressionLevel": "google.protobuf.Int64Value",
"binlogTransactionDependencyTracking": "BinlogTransactionDependencyTracking",
"autocommit": "google.protobuf.BoolValue",
"innodbStatusOutput": "google.protobuf.BoolValue",
"innodbStrictMode": "google.protobuf.BoolValue",
"innodbPrintLockWaitTimeoutInfo": "google.protobuf.BoolValue",
"logErrorVerbosity": "google.protobuf.Int64Value",
"maxDigestLength": "google.protobuf.Int64Value",
"queryCacheLimit": "google.protobuf.Int64Value",
"queryCacheSize": "google.protobuf.Int64Value",
"queryCacheType": "google.protobuf.Int64Value",
"lockWaitTimeout": "google.protobuf.Int64Value",
"maxPreparedStmtCount": "google.protobuf.Int64Value",
"optimizerSwitch": "string",
"optimizerSearchDepth": "google.protobuf.Int64Value",
"queryResponseTimeStats": "google.protobuf.BoolValue",
"userstat": "google.protobuf.BoolValue",
"maxExecutionTime": "google.protobuf.Int64Value"
},
"userConfig": {
"innodbBufferPoolSize": "google.protobuf.Int64Value",
"maxConnections": "google.protobuf.Int64Value",
"longQueryTime": "google.protobuf.DoubleValue",
"generalLog": "google.protobuf.BoolValue",
"auditLog": "google.protobuf.BoolValue",
"sqlMode": [
"SQLMode"
],
"maxAllowedPacket": "google.protobuf.Int64Value",
"defaultAuthenticationPlugin": "AuthPlugin",
"innodbFlushLogAtTrxCommit": "google.protobuf.Int64Value",
"innodbLockWaitTimeout": "google.protobuf.Int64Value",
"transactionIsolation": "TransactionIsolation",
"innodbPrintAllDeadlocks": "google.protobuf.BoolValue",
"netReadTimeout": "google.protobuf.Int64Value",
"netWriteTimeout": "google.protobuf.Int64Value",
"groupConcatMaxLen": "google.protobuf.Int64Value",
"tmpTableSize": "google.protobuf.Int64Value",
"maxHeapTableSize": "google.protobuf.Int64Value",
"defaultTimeZone": "string",
"characterSetServer": "string",
"collationServer": "string",
"innodbAdaptiveHashIndex": "google.protobuf.BoolValue",
"innodbNumaInterleave": "google.protobuf.BoolValue",
"innodbLogBufferSize": "google.protobuf.Int64Value",
"innodbLogFileSize": "google.protobuf.Int64Value",
"innodbIoCapacity": "google.protobuf.Int64Value",
"innodbIoCapacityMax": "google.protobuf.Int64Value",
"innodbReadIoThreads": "google.protobuf.Int64Value",
"innodbWriteIoThreads": "google.protobuf.Int64Value",
"innodbPurgeThreads": "google.protobuf.Int64Value",
"innodbThreadConcurrency": "google.protobuf.Int64Value",
"innodbTempDataFileMaxSize": "google.protobuf.Int64Value",
"threadCacheSize": "google.protobuf.Int64Value",
"threadStack": "google.protobuf.Int64Value",
"joinBufferSize": "google.protobuf.Int64Value",
"sortBufferSize": "google.protobuf.Int64Value",
"tableDefinitionCache": "google.protobuf.Int64Value",
"tableOpenCache": "google.protobuf.Int64Value",
"tableOpenCacheInstances": "google.protobuf.Int64Value",
"explicitDefaultsForTimestamp": "google.protobuf.BoolValue",
"autoIncrementIncrement": "google.protobuf.Int64Value",
"autoIncrementOffset": "google.protobuf.Int64Value",
"syncBinlog": "google.protobuf.Int64Value",
"binlogCacheSize": "google.protobuf.Int64Value",
"binlogGroupCommitSyncDelay": "google.protobuf.Int64Value",
"binlogRowImage": "BinlogRowImage",
"binlogRowsQueryLogEvents": "google.protobuf.BoolValue",
"rplSemiSyncMasterWaitForSlaveCount": "google.protobuf.Int64Value",
"slaveParallelType": "SlaveParallelType",
"slaveParallelWorkers": "google.protobuf.Int64Value",
"mdbPreserveBinlogBytes": "google.protobuf.Int64Value",
"interactiveTimeout": "google.protobuf.Int64Value",
"waitTimeout": "google.protobuf.Int64Value",
"mdbOfflineModeEnableLag": "google.protobuf.Int64Value",
"mdbOfflineModeDisableLag": "google.protobuf.Int64Value",
"rangeOptimizerMaxMemSize": "google.protobuf.Int64Value",
"slowQueryLog": "google.protobuf.BoolValue",
"slowQueryLogAlwaysWriteTime": "google.protobuf.DoubleValue",
"logSlowRateType": "LogSlowRateType",
"logSlowRateLimit": "google.protobuf.Int64Value",
"logSlowSpStatements": "google.protobuf.BoolValue",
"logSlowFilter": [
"LogSlowFilterType"
],
"mdbPriorityChoiceMaxLag": "google.protobuf.Int64Value",
"innodbPageSize": "google.protobuf.Int64Value",
"innodbOnlineAlterLogMaxSize": "google.protobuf.Int64Value",
"innodbFtMinTokenSize": "google.protobuf.Int64Value",
"innodbFtMaxTokenSize": "google.protobuf.Int64Value",
"lowerCaseTableNames": "google.protobuf.Int64Value",
"showCompatibility_56": "google.protobuf.BoolValue",
"maxSpRecursionDepth": "google.protobuf.Int64Value",
"innodbCompressionLevel": "google.protobuf.Int64Value",
"binlogTransactionDependencyTracking": "BinlogTransactionDependencyTracking",
"autocommit": "google.protobuf.BoolValue",
"innodbStatusOutput": "google.protobuf.BoolValue",
"innodbStrictMode": "google.protobuf.BoolValue",
"innodbPrintLockWaitTimeoutInfo": "google.protobuf.BoolValue",
"logErrorVerbosity": "google.protobuf.Int64Value",
"maxDigestLength": "google.protobuf.Int64Value",
"queryCacheLimit": "google.protobuf.Int64Value",
"queryCacheSize": "google.protobuf.Int64Value",
"queryCacheType": "google.protobuf.Int64Value",
"lockWaitTimeout": "google.protobuf.Int64Value",
"maxPreparedStmtCount": "google.protobuf.Int64Value",
"optimizerSwitch": "string",
"optimizerSearchDepth": "google.protobuf.Int64Value",
"queryResponseTimeStats": "google.protobuf.BoolValue",
"userstat": "google.protobuf.BoolValue",
"maxExecutionTime": "google.protobuf.Int64Value"
},
"defaultConfig": {
"innodbBufferPoolSize": "google.protobuf.Int64Value",
"maxConnections": "google.protobuf.Int64Value",
"longQueryTime": "google.protobuf.DoubleValue",
"generalLog": "google.protobuf.BoolValue",
"auditLog": "google.protobuf.BoolValue",
"sqlMode": [
"SQLMode"
],
"maxAllowedPacket": "google.protobuf.Int64Value",
"defaultAuthenticationPlugin": "AuthPlugin",
"innodbFlushLogAtTrxCommit": "google.protobuf.Int64Value",
"innodbLockWaitTimeout": "google.protobuf.Int64Value",
"transactionIsolation": "TransactionIsolation",
"innodbPrintAllDeadlocks": "google.protobuf.BoolValue",
"netReadTimeout": "google.protobuf.Int64Value",
"netWriteTimeout": "google.protobuf.Int64Value",
"groupConcatMaxLen": "google.protobuf.Int64Value",
"tmpTableSize": "google.protobuf.Int64Value",
"maxHeapTableSize": "google.protobuf.Int64Value",
"defaultTimeZone": "string",
"characterSetServer": "string",
"collationServer": "string",
"innodbAdaptiveHashIndex": "google.protobuf.BoolValue",
"innodbNumaInterleave": "google.protobuf.BoolValue",
"innodbLogBufferSize": "google.protobuf.Int64Value",
"innodbLogFileSize": "google.protobuf.Int64Value",
"innodbIoCapacity": "google.protobuf.Int64Value",
"innodbIoCapacityMax": "google.protobuf.Int64Value",
"innodbReadIoThreads": "google.protobuf.Int64Value",
"innodbWriteIoThreads": "google.protobuf.Int64Value",
"innodbPurgeThreads": "google.protobuf.Int64Value",
"innodbThreadConcurrency": "google.protobuf.Int64Value",
"innodbTempDataFileMaxSize": "google.protobuf.Int64Value",
"threadCacheSize": "google.protobuf.Int64Value",
"threadStack": "google.protobuf.Int64Value",
"joinBufferSize": "google.protobuf.Int64Value",
"sortBufferSize": "google.protobuf.Int64Value",
"tableDefinitionCache": "google.protobuf.Int64Value",
"tableOpenCache": "google.protobuf.Int64Value",
"tableOpenCacheInstances": "google.protobuf.Int64Value",
"explicitDefaultsForTimestamp": "google.protobuf.BoolValue",
"autoIncrementIncrement": "google.protobuf.Int64Value",
"autoIncrementOffset": "google.protobuf.Int64Value",
"syncBinlog": "google.protobuf.Int64Value",
"binlogCacheSize": "google.protobuf.Int64Value",
"binlogGroupCommitSyncDelay": "google.protobuf.Int64Value",
"binlogRowImage": "BinlogRowImage",
"binlogRowsQueryLogEvents": "google.protobuf.BoolValue",
"rplSemiSyncMasterWaitForSlaveCount": "google.protobuf.Int64Value",
"slaveParallelType": "SlaveParallelType",
"slaveParallelWorkers": "google.protobuf.Int64Value",
"mdbPreserveBinlogBytes": "google.protobuf.Int64Value",
"interactiveTimeout": "google.protobuf.Int64Value",
"waitTimeout": "google.protobuf.Int64Value",
"mdbOfflineModeEnableLag": "google.protobuf.Int64Value",
"mdbOfflineModeDisableLag": "google.protobuf.Int64Value",
"rangeOptimizerMaxMemSize": "google.protobuf.Int64Value",
"slowQueryLog": "google.protobuf.BoolValue",
"slowQueryLogAlwaysWriteTime": "google.protobuf.DoubleValue",
"logSlowRateType": "LogSlowRateType",
"logSlowRateLimit": "google.protobuf.Int64Value",
"logSlowSpStatements": "google.protobuf.BoolValue",
"logSlowFilter": [
"LogSlowFilterType"
],
"mdbPriorityChoiceMaxLag": "google.protobuf.Int64Value",
"innodbPageSize": "google.protobuf.Int64Value",
"innodbOnlineAlterLogMaxSize": "google.protobuf.Int64Value",
"innodbFtMinTokenSize": "google.protobuf.Int64Value",
"innodbFtMaxTokenSize": "google.protobuf.Int64Value",
"lowerCaseTableNames": "google.protobuf.Int64Value",
"showCompatibility_56": "google.protobuf.BoolValue",
"maxSpRecursionDepth": "google.protobuf.Int64Value",
"innodbCompressionLevel": "google.protobuf.Int64Value",
"binlogTransactionDependencyTracking": "BinlogTransactionDependencyTracking",
"autocommit": "google.protobuf.BoolValue",
"innodbStatusOutput": "google.protobuf.BoolValue",
"innodbStrictMode": "google.protobuf.BoolValue",
"innodbPrintLockWaitTimeoutInfo": "google.protobuf.BoolValue",
"logErrorVerbosity": "google.protobuf.Int64Value",
"maxDigestLength": "google.protobuf.Int64Value",
"queryCacheLimit": "google.protobuf.Int64Value",
"queryCacheSize": "google.protobuf.Int64Value",
"queryCacheType": "google.protobuf.Int64Value",
"lockWaitTimeout": "google.protobuf.Int64Value",
"maxPreparedStmtCount": "google.protobuf.Int64Value",
"optimizerSwitch": "string",
"optimizerSearchDepth": "google.protobuf.Int64Value",
"queryResponseTimeStats": "google.protobuf.BoolValue",
"userstat": "google.protobuf.BoolValue",
"maxExecutionTime": "google.protobuf.Int64Value"
}
},
"mysqlConfig_8_0": {
"effectiveConfig": {
"innodbBufferPoolSize": "google.protobuf.Int64Value",
"maxConnections": "google.protobuf.Int64Value",
"longQueryTime": "google.protobuf.DoubleValue",
"generalLog": "google.protobuf.BoolValue",
"auditLog": "google.protobuf.BoolValue",
"sqlMode": [
"SQLMode"
],
"maxAllowedPacket": "google.protobuf.Int64Value",
"defaultAuthenticationPlugin": "AuthPlugin",
"innodbFlushLogAtTrxCommit": "google.protobuf.Int64Value",
"innodbLockWaitTimeout": "google.protobuf.Int64Value",
"transactionIsolation": "TransactionIsolation",
"innodbPrintAllDeadlocks": "google.protobuf.BoolValue",
"netReadTimeout": "google.protobuf.Int64Value",
"netWriteTimeout": "google.protobuf.Int64Value",
"groupConcatMaxLen": "google.protobuf.Int64Value",
"tmpTableSize": "google.protobuf.Int64Value",
"maxHeapTableSize": "google.protobuf.Int64Value",
"defaultTimeZone": "string",
"characterSetServer": "string",
"collationServer": "string",
"innodbAdaptiveHashIndex": "google.protobuf.BoolValue",
"innodbNumaInterleave": "google.protobuf.BoolValue",
"innodbLogBufferSize": "google.protobuf.Int64Value",
"innodbLogFileSize": "google.protobuf.Int64Value",
"innodbIoCapacity": "google.protobuf.Int64Value",
"innodbIoCapacityMax": "google.protobuf.Int64Value",
"innodbReadIoThreads": "google.protobuf.Int64Value",
"innodbWriteIoThreads": "google.protobuf.Int64Value",
"innodbPurgeThreads": "google.protobuf.Int64Value",
"innodbThreadConcurrency": "google.protobuf.Int64Value",
"innodbTempDataFileMaxSize": "google.protobuf.Int64Value",
"threadCacheSize": "google.protobuf.Int64Value",
"threadStack": "google.protobuf.Int64Value",
"joinBufferSize": "google.protobuf.Int64Value",
"sortBufferSize": "google.protobuf.Int64Value",
"tableDefinitionCache": "google.protobuf.Int64Value",
"tableOpenCache": "google.protobuf.Int64Value",
"tableOpenCacheInstances": "google.protobuf.Int64Value",
"explicitDefaultsForTimestamp": "google.protobuf.BoolValue",
"autoIncrementIncrement": "google.protobuf.Int64Value",
"autoIncrementOffset": "google.protobuf.Int64Value",
"syncBinlog": "google.protobuf.Int64Value",
"binlogCacheSize": "google.protobuf.Int64Value",
"binlogGroupCommitSyncDelay": "google.protobuf.Int64Value",
"binlogRowImage": "BinlogRowImage",
"binlogRowsQueryLogEvents": "google.protobuf.BoolValue",
"rplSemiSyncMasterWaitForSlaveCount": "google.protobuf.Int64Value",
"slaveParallelType": "SlaveParallelType",
"slaveParallelWorkers": "google.protobuf.Int64Value",
"regexpTimeLimit": "google.protobuf.Int64Value",
"mdbPreserveBinlogBytes": "google.protobuf.Int64Value",
"interactiveTimeout": "google.protobuf.Int64Value",
"waitTimeout": "google.protobuf.Int64Value",
"mdbOfflineModeEnableLag": "google.protobuf.Int64Value",
"mdbOfflineModeDisableLag": "google.protobuf.Int64Value",
"rangeOptimizerMaxMemSize": "google.protobuf.Int64Value",
"slowQueryLog": "google.protobuf.BoolValue",
"slowQueryLogAlwaysWriteTime": "google.protobuf.DoubleValue",
"logSlowRateType": "LogSlowRateType",
"logSlowRateLimit": "google.protobuf.Int64Value",
"logSlowSpStatements": "google.protobuf.BoolValue",
"logSlowFilter": [
"LogSlowFilterType"
],
"mdbPriorityChoiceMaxLag": "google.protobuf.Int64Value",
"innodbPageSize": "google.protobuf.Int64Value",
"innodbOnlineAlterLogMaxSize": "google.protobuf.Int64Value",
"innodbFtMinTokenSize": "google.protobuf.Int64Value",
"innodbFtMaxTokenSize": "google.protobuf.Int64Value",
"lowerCaseTableNames": "google.protobuf.Int64Value",
"maxSpRecursionDepth": "google.protobuf.Int64Value",
"innodbCompressionLevel": "google.protobuf.Int64Value",
"binlogTransactionDependencyTracking": "BinlogTransactionDependencyTracking",
"autocommit": "google.protobuf.BoolValue",
"innodbStatusOutput": "google.protobuf.BoolValue",
"innodbStrictMode": "google.protobuf.BoolValue",
"innodbPrintLockWaitTimeoutInfo": "google.protobuf.BoolValue",
"logErrorVerbosity": "google.protobuf.Int64Value",
"maxDigestLength": "google.protobuf.Int64Value",
"lockWaitTimeout": "google.protobuf.Int64Value",
"maxPreparedStmtCount": "google.protobuf.Int64Value",
"optimizerSwitch": "string",
"optimizerSearchDepth": "google.protobuf.Int64Value",
"userstat": "google.protobuf.BoolValue",
"maxExecutionTime": "google.protobuf.Int64Value"
},
"userConfig": {
"innodbBufferPoolSize": "google.protobuf.Int64Value",
"maxConnections": "google.protobuf.Int64Value",
"longQueryTime": "google.protobuf.DoubleValue",
"generalLog": "google.protobuf.BoolValue",
"auditLog": "google.protobuf.BoolValue",
"sqlMode": [
"SQLMode"
],
"maxAllowedPacket": "google.protobuf.Int64Value",
"defaultAuthenticationPlugin": "AuthPlugin",
"innodbFlushLogAtTrxCommit": "google.protobuf.Int64Value",
"innodbLockWaitTimeout": "google.protobuf.Int64Value",
"transactionIsolation": "TransactionIsolation",
"innodbPrintAllDeadlocks": "google.protobuf.BoolValue",
"netReadTimeout": "google.protobuf.Int64Value",
"netWriteTimeout": "google.protobuf.Int64Value",
"groupConcatMaxLen": "google.protobuf.Int64Value",
"tmpTableSize": "google.protobuf.Int64Value",
"maxHeapTableSize": "google.protobuf.Int64Value",
"defaultTimeZone": "string",
"characterSetServer": "string",
"collationServer": "string",
"innodbAdaptiveHashIndex": "google.protobuf.BoolValue",
"innodbNumaInterleave": "google.protobuf.BoolValue",
"innodbLogBufferSize": "google.protobuf.Int64Value",
"innodbLogFileSize": "google.protobuf.Int64Value",
"innodbIoCapacity": "google.protobuf.Int64Value",
"innodbIoCapacityMax": "google.protobuf.Int64Value",
"innodbReadIoThreads": "google.protobuf.Int64Value",
"innodbWriteIoThreads": "google.protobuf.Int64Value",
"innodbPurgeThreads": "google.protobuf.Int64Value",
"innodbThreadConcurrency": "google.protobuf.Int64Value",
"innodbTempDataFileMaxSize": "google.protobuf.Int64Value",
"threadCacheSize": "google.protobuf.Int64Value",
"threadStack": "google.protobuf.Int64Value",
"joinBufferSize": "google.protobuf.Int64Value",
"sortBufferSize": "google.protobuf.Int64Value",
"tableDefinitionCache": "google.protobuf.Int64Value",
"tableOpenCache": "google.protobuf.Int64Value",
"tableOpenCacheInstances": "google.protobuf.Int64Value",
"explicitDefaultsForTimestamp": "google.protobuf.BoolValue",
"autoIncrementIncrement": "google.protobuf.Int64Value",
"autoIncrementOffset": "google.protobuf.Int64Value",
"syncBinlog": "google.protobuf.Int64Value",
"binlogCacheSize": "google.protobuf.Int64Value",
"binlogGroupCommitSyncDelay": "google.protobuf.Int64Value",
"binlogRowImage": "BinlogRowImage",
"binlogRowsQueryLogEvents": "google.protobuf.BoolValue",
"rplSemiSyncMasterWaitForSlaveCount": "google.protobuf.Int64Value",
"slaveParallelType": "SlaveParallelType",
"slaveParallelWorkers": "google.protobuf.Int64Value",
"regexpTimeLimit": "google.protobuf.Int64Value",
"mdbPreserveBinlogBytes": "google.protobuf.Int64Value",
"interactiveTimeout": "google.protobuf.Int64Value",
"waitTimeout": "google.protobuf.Int64Value",
"mdbOfflineModeEnableLag": "google.protobuf.Int64Value",
"mdbOfflineModeDisableLag": "google.protobuf.Int64Value",
"rangeOptimizerMaxMemSize": "google.protobuf.Int64Value",
"slowQueryLog": "google.protobuf.BoolValue",
"slowQueryLogAlwaysWriteTime": "google.protobuf.DoubleValue",
"logSlowRateType": "LogSlowRateType",
"logSlowRateLimit": "google.protobuf.Int64Value",
"logSlowSpStatements": "google.protobuf.BoolValue",
"logSlowFilter": [
"LogSlowFilterType"
],
"mdbPriorityChoiceMaxLag": "google.protobuf.Int64Value",
"innodbPageSize": "google.protobuf.Int64Value",
"innodbOnlineAlterLogMaxSize": "google.protobuf.Int64Value",
"innodbFtMinTokenSize": "google.protobuf.Int64Value",
"innodbFtMaxTokenSize": "google.protobuf.Int64Value",
"lowerCaseTableNames": "google.protobuf.Int64Value",
"maxSpRecursionDepth": "google.protobuf.Int64Value",
"innodbCompressionLevel": "google.protobuf.Int64Value",
"binlogTransactionDependencyTracking": "BinlogTransactionDependencyTracking",
"autocommit": "google.protobuf.BoolValue",
"innodbStatusOutput": "google.protobuf.BoolValue",
"innodbStrictMode": "google.protobuf.BoolValue",
"innodbPrintLockWaitTimeoutInfo": "google.protobuf.BoolValue",
"logErrorVerbosity": "google.protobuf.Int64Value",
"maxDigestLength": "google.protobuf.Int64Value",
"lockWaitTimeout": "google.protobuf.Int64Value",
"maxPreparedStmtCount": "google.protobuf.Int64Value",
"optimizerSwitch": "string",
"optimizerSearchDepth": "google.protobuf.Int64Value",
"userstat": "google.protobuf.BoolValue",
"maxExecutionTime": "google.protobuf.Int64Value"
},
"defaultConfig": {
"innodbBufferPoolSize": "google.protobuf.Int64Value",
"maxConnections": "google.protobuf.Int64Value",
"longQueryTime": "google.protobuf.DoubleValue",
"generalLog": "google.protobuf.BoolValue",
"auditLog": "google.protobuf.BoolValue",
"sqlMode": [
"SQLMode"
],
"maxAllowedPacket": "google.protobuf.Int64Value",
"defaultAuthenticationPlugin": "AuthPlugin",
"innodbFlushLogAtTrxCommit": "google.protobuf.Int64Value",
"innodbLockWaitTimeout": "google.protobuf.Int64Value",
"transactionIsolation": "TransactionIsolation",
"innodbPrintAllDeadlocks": "google.protobuf.BoolValue",
"netReadTimeout": "google.protobuf.Int64Value",
"netWriteTimeout": "google.protobuf.Int64Value",
"groupConcatMaxLen": "google.protobuf.Int64Value",
"tmpTableSize": "google.protobuf.Int64Value",
"maxHeapTableSize": "google.protobuf.Int64Value",
"defaultTimeZone": "string",
"characterSetServer": "string",
"collationServer": "string",
"innodbAdaptiveHashIndex": "google.protobuf.BoolValue",
"innodbNumaInterleave": "google.protobuf.BoolValue",
"innodbLogBufferSize": "google.protobuf.Int64Value",
"innodbLogFileSize": "google.protobuf.Int64Value",
"innodbIoCapacity": "google.protobuf.Int64Value",
"innodbIoCapacityMax": "google.protobuf.Int64Value",
"innodbReadIoThreads": "google.protobuf.Int64Value",
"innodbWriteIoThreads": "google.protobuf.Int64Value",
"innodbPurgeThreads": "google.protobuf.Int64Value",
"innodbThreadConcurrency": "google.protobuf.Int64Value",
"innodbTempDataFileMaxSize": "google.protobuf.Int64Value",
"threadCacheSize": "google.protobuf.Int64Value",
"threadStack": "google.protobuf.Int64Value",
"joinBufferSize": "google.protobuf.Int64Value",
"sortBufferSize": "google.protobuf.Int64Value",
"tableDefinitionCache": "google.protobuf.Int64Value",
"tableOpenCache": "google.protobuf.Int64Value",
"tableOpenCacheInstances": "google.protobuf.Int64Value",
"explicitDefaultsForTimestamp": "google.protobuf.BoolValue",
"autoIncrementIncrement": "google.protobuf.Int64Value",
"autoIncrementOffset": "google.protobuf.Int64Value",
"syncBinlog": "google.protobuf.Int64Value",
"binlogCacheSize": "google.protobuf.Int64Value",
"binlogGroupCommitSyncDelay": "google.protobuf.Int64Value",
"binlogRowImage": "BinlogRowImage",
"binlogRowsQueryLogEvents": "google.protobuf.BoolValue",
"rplSemiSyncMasterWaitForSlaveCount": "google.protobuf.Int64Value",
"slaveParallelType": "SlaveParallelType",
"slaveParallelWorkers": "google.protobuf.Int64Value",
"regexpTimeLimit": "google.protobuf.Int64Value",
"mdbPreserveBinlogBytes": "google.protobuf.Int64Value",
"interactiveTimeout": "google.protobuf.Int64Value",
"waitTimeout": "google.protobuf.Int64Value",
"mdbOfflineModeEnableLag": "google.protobuf.Int64Value",
"mdbOfflineModeDisableLag": "google.protobuf.Int64Value",
"rangeOptimizerMaxMemSize": "google.protobuf.Int64Value",
"slowQueryLog": "google.protobuf.BoolValue",
"slowQueryLogAlwaysWriteTime": "google.protobuf.DoubleValue",
"logSlowRateType": "LogSlowRateType",
"logSlowRateLimit": "google.protobuf.Int64Value",
"logSlowSpStatements": "google.protobuf.BoolValue",
"logSlowFilter": [
"LogSlowFilterType"
],
"mdbPriorityChoiceMaxLag": "google.protobuf.Int64Value",
"innodbPageSize": "google.protobuf.Int64Value",
"innodbOnlineAlterLogMaxSize": "google.protobuf.Int64Value",
"innodbFtMinTokenSize": "google.protobuf.Int64Value",
"innodbFtMaxTokenSize": "google.protobuf.Int64Value",
"lowerCaseTableNames": "google.protobuf.Int64Value",
"maxSpRecursionDepth": "google.protobuf.Int64Value",
"innodbCompressionLevel": "google.protobuf.Int64Value",
"binlogTransactionDependencyTracking": "BinlogTransactionDependencyTracking",
"autocommit": "google.protobuf.BoolValue",
"innodbStatusOutput": "google.protobuf.BoolValue",
"innodbStrictMode": "google.protobuf.BoolValue",
"innodbPrintLockWaitTimeoutInfo": "google.protobuf.BoolValue",
"logErrorVerbosity": "google.protobuf.Int64Value",
"maxDigestLength": "google.protobuf.Int64Value",
"lockWaitTimeout": "google.protobuf.Int64Value",
"maxPreparedStmtCount": "google.protobuf.Int64Value",
"optimizerSwitch": "string",
"optimizerSearchDepth": "google.protobuf.Int64Value",
"userstat": "google.protobuf.BoolValue",
"maxExecutionTime": "google.protobuf.Int64Value"
}
},
// end of the list of possible fields
"resources": {
"resourcePresetId": "string",
"diskSize": "int64",
"diskTypeId": "string"
},
"backupWindowStart": "google.type.TimeOfDay",
"access": {
"dataLens": "bool",
"webSql": "bool",
"dataTransfer": "bool"
},
"performanceDiagnostics": {
"enabled": "bool",
"sessionsSamplingInterval": "int64",
"statementsSamplingInterval": "int64"
},
"backupRetainPeriodDays": "google.protobuf.Int64Value"
},
"networkId": "string",
"health": "Health",
"status": "Status",
"maintenanceWindow": {
// Includes only one of the fields `anytime`, `weeklyMaintenanceWindow`
"anytime": "AnytimeMaintenanceWindow",
"weeklyMaintenanceWindow": {
"day": "WeekDay",
"hour": "int64"
}
// end of the list of possible fields
},
"plannedOperation": {
"info": "string",
"delayedUntil": "google.protobuf.Timestamp"
},
"securityGroupIds": [
"string"
],
"deletionProtection": "bool",
"hostGroupIds": [
"string"
]
}
// end of the list of possible fields
}
An Operation resource. For more information, see Operation.
Field |
Description |
id |
string ID of the operation. |
description |
string Description of the operation. 0-256 characters long. |
createdAt |
Creation timestamp. |
createdBy |
string ID of the user or service account who initiated the operation. |
modifiedAt |
The time when the Operation resource was last modified. |
done |
bool If the value is |
metadata |
Service-specific metadata associated with the operation. |
error |
The error result of the operation in case of failure or cancellation. Includes only one of the fields The operation result. |
response |
The normal response of the operation in case of success. Includes only one of the fields The operation result. |
StartClusterMetadata
Field |
Description |
clusterId |
string ID of the cluster that is being started. |
Cluster
An object that represents MySQL cluster.
See the documentation for details.
Field |
Description |
id |
string ID of the cluster. This ID is assigned by the platform at the time of creation. |
folderId |
string ID of the folder that the cluster belongs to. |
createdAt |
Creation timestamp of the cluster. |
name |
string Name of the cluster. |
description |
string Description of the cluster. |
labels |
string Custom labels for the cluster as |
environment |
enum Environment Deployment environment of the MySQL cluster.
|
monitoring[] |
Monitoring systems data that is relevant to the cluster. |
config |
Configuration of the cluster. |
networkId |
string ID of the network that the cluster belongs to. |
health |
enum Health Aggregated health of the cluster.
|
status |
enum Status Current state of the cluster.
|
maintenanceWindow |
Maintenance window settings for the cluster. |
plannedOperation |
Planned maintenance operation to be started for the cluster within the nearest |
securityGroupIds[] |
string Effective list of security group IDs applied to the cluster. |
deletionProtection |
bool This option prevents unintended deletion of the cluster. |
hostGroupIds[] |
string Host groups hosting VMs of the cluster. |
Monitoring
Cluster-related monitoring system data.
Field |
Description |
name |
string Name of the monitoring system. |
description |
string Description of the monitoring system. |
link |
string Link to the monitoring system charts for the cluster. |
ClusterConfig
Field |
Description |
version |
string Version of MySQL used in the cluster. |
mysqlConfig_5_7 |
Configuration of a MySQL 5.7 server. Includes only one of the fields Cluster-wide MySQL configuration. |
mysqlConfig_8_0 |
Configuration of a MySQL 8.0 server. Includes only one of the fields Cluster-wide MySQL configuration. |
resources |
Resource preset for the cluster hosts. |
backupWindowStart |
Time to start the daily backup, in the UTC timezone. |
access |
Access policy for external services. |
performanceDiagnostics |
Configuration of the performance diagnostics service. |
backupRetainPeriodDays |
Retention policy of automated backups. |
MysqlConfigSet5_7
Field |
Description |
effectiveConfig |
Effective settings for a MySQL 5.7 cluster (a combination of settings defined |
userConfig |
User-defined settings for a MySQL 5.7 cluster. |
defaultConfig |
Default configuration for a MySQL 5.7 cluster. |
MysqlConfig5_7
Options and structure of MysqlConfig5_7
reflects MySQL 5.7 configuration file.
Field |
Description |
innodbBufferPoolSize |
Size of the InnoDB buffer pool used for caching table and index data. See MySQL documentation |
maxConnections |
The maximum permitted number of simultaneous client connections. See MySQL documentation |
longQueryTime |
Time that it takes to process a query before it is considered slow. See MySQL documentation |
generalLog |
Enable writing of general query log of MySQL. See MySQL documentation |
auditLog |
Enable writing of audit log of MySQL. See MySQL documentation |
sqlMode[] |
enum SQLMode Server SQL mode of MySQL. See MySQL documentation
|
maxAllowedPacket |
The maximum size in bytes of one packet. See MySQL documentation |
defaultAuthenticationPlugin |
enum AuthPlugin Authentication plugin used in the managed MySQL cluster. See MySQL documentation
|
innodbFlushLogAtTrxCommit |
Transaction log flush behaviour. See MySQL documentation |
innodbLockWaitTimeout |
Max time in seconds for a transaction to wait for a row lock. See MySQL documentation |
transactionIsolation |
enum TransactionIsolation Default transaction isolation level. See MySQL documentation
|
innodbPrintAllDeadlocks |
Print information about deadlocks in error log. See MySQL documentation |
netReadTimeout |
The number of seconds to wait for more data from a connection before aborting the read. See MySQL documentation |
netWriteTimeout |
The number of seconds to wait for a block to be written to a connection before aborting the write. See MySQL documentation |
groupConcatMaxLen |
The maximum permitted result length in bytes for the GROUP_CONCAT() function. See MySQL documentation |
tmpTableSize |
The maximum size of internal in-memory temporary tables. See MySQL documentation |
maxHeapTableSize |
This variable sets the maximum size to which user-created MEMORY tables are permitted to grow. See MySQL documentation |
defaultTimeZone |
string The servers default time zone. See MySQL documentation |
characterSetServer |
string The servers default character set. See MySQL documentation |
collationServer |
string The server default collation. See MySQL documentation |
innodbAdaptiveHashIndex |
Enables InnoDB adaptive hash index. See MySQL documentation |
innodbNumaInterleave |
Enables the NUMA interleave memory policy for allocation of the InnoDB buffer pool. See MySQL documentation |
innodbLogBufferSize |
The size in bytes of the buffer that InnoDB uses to write to the log files on disk. See MySQL documentation |
innodbLogFileSize |
The size in bytes of the single InnoDB Redo log file. See MySQL documentation |
innodbIoCapacity |
Limits IO available for InnoDB background tasks. See MySQL documentation |
innodbIoCapacityMax |
Limits IO available for InnoDB background tasks. See MySQL documentation |
innodbReadIoThreads |
The number of I/O threads for read operations in InnoDB. See MySQL documentation |
innodbWriteIoThreads |
The number of I/O threads for write operations in InnoDB. See MySQL documentation |
innodbPurgeThreads |
The number of background threads devoted to the InnoDB purge operation. See MySQL documentation |
innodbThreadConcurrency |
Defines the maximum number of threads permitted inside of InnoDB. See MySQL documentation |
innodbTempDataFileMaxSize |
Limits the max size of InnoDB temp tablespace. See MySQL documentation |
threadCacheSize |
A number of threads the server should cache for reuse. See MySQL documentation |
threadStack |
The stack size for each thread. The default is large enough for normal operation. See MySQL documentation |
joinBufferSize |
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. See MySQL documentation |
sortBufferSize |
Each session that must perform a sort allocates a buffer of this size. See MySQL documentation |
tableDefinitionCache |
The number of table definitions that can be stored in the definition cache. See MySQL documentation |
tableOpenCache |
The number of open tables for all threads. See MySQL documentation |
tableOpenCacheInstances |
The number of open tables cache instances. See MySQL documentation |
explicitDefaultsForTimestamp |
Determines whether the server enables certain nonstandard behaviors for default values and NULL-value handling in TIMESTAMP columns. See MySQL documentation |
autoIncrementIncrement |
Can be used to control the operation of AUTO_INCREMENT columns. See MySQL documentation |
autoIncrementOffset |
Can be used to control the operation of AUTO_INCREMENT columns. See MySQL documentation |
syncBinlog |
Controls how often the MySQL server synchronizes the binary log to disk. See MySQL documentation |
binlogCacheSize |
The size of the cache to hold changes to the binary log during a transaction. See MySQL documentation |
binlogGroupCommitSyncDelay |
Controls how many microseconds the binary log commit waits before synchronizing the binary log file to disk. See MySQL documentation for the variable |
binlogRowImage |
enum BinlogRowImage For MySQL row-based replication, this variable determines how row images are written to the binary log. See MySQL documentation
|
binlogRowsQueryLogEvents |
When enabled, it causes the server to write informational log events such as row query log events into its binary log. See MySQL documentation |
rplSemiSyncMasterWaitForSlaveCount |
The number of replica acknowledgments the source must receive per transaction before proceeding. See MySQL documentation |
slaveParallelType |
enum SlaveParallelType When using a multi-threaded replica, this variable specifies the policy used to decide which transactions are allowed to execute in parallel on the replica. See MySQL documentation
|
slaveParallelWorkers |
Sets the number of applier threads for executing replication transactions in parallel. See MySQL documentation |
mdbPreserveBinlogBytes |
The size of the binary log to hold. |
interactiveTimeout |
The number of seconds the server waits for activity on an interactive connection before closing it. See MySQL documentation |
waitTimeout |
The number of seconds the server waits for activity on a noninteractive connection before closing it. See MySQL documentation |
mdbOfflineModeEnableLag |
Replication lag threshold (seconds) which will switch MySQL to 'offline_mode = ON' to prevent users from reading stale data. |
mdbOfflineModeDisableLag |
Replication lag threshold (seconds) which will switch MySQL to 'offline_mode = OFF'. |
rangeOptimizerMaxMemSize |
The limit on memory consumption for the range optimizer. See MySQL documentation |
slowQueryLog |
Manages slow query log. See MySQL documentation |
slowQueryLogAlwaysWriteTime |
Query execution time, after which query to be logged unconditionally, that is, `log_slow_rate_limit`` will not apply to it. See Percona documentation |
logSlowRateType |
enum LogSlowRateType Specifies slow log granularity for See Percona documentation
|
logSlowRateLimit |
Specifies what fraction of session/query should be logged. Logging is enabled for every nth session/query. See Percona documentation |
logSlowSpStatements |
When TRUE, statements executed by stored procedures are logged to the slow log. See Percona documentation |
logSlowFilter[] |
enum LogSlowFilterType Filters the slow log by the query's execution plan. See Percona documentation
|
mdbPriorityChoiceMaxLag |
Replication lag threshold (seconds) which allows replica to be promoted to master while executing "switchover from". |
innodbPageSize |
Specifies the page size for InnoDB tablespaces. For details, see MySQL documentation for the variable |
innodbOnlineAlterLogMaxSize |
The limit in bytes on the size of the temporary log files used during online DDL operations For details, see MySQL documentation for the variable |
innodbFtMinTokenSize |
Minimum length of words that are stored in an InnoDB FULLTEXT index For details, see MySQL documentation for the variable |
innodbFtMaxTokenSize |
Maximum length of words that are stored in an InnoDB FULLTEXT index For details, see MySQL documentation for the variable |
lowerCaseTableNames |
Table names storage and comparison strategy For details, see MySQL documentation for the variable |
showCompatibility_56 |
Manages MySQL 5.6 compatibility For details, see MySQL documentation for the variable |
maxSpRecursionDepth |
The number of times that any given stored procedure may be called recursively. For details, see MySQL documentation for the variable |
innodbCompressionLevel |
The level of zlib compression to use for InnoDB compressed tables and indexes. For details, see MySQL documentation for the variable |
binlogTransactionDependencyTracking |
enum BinlogTransactionDependencyTracking Specifies how the source mysqld generates the dependency information that it writes in the binary log to help replicas determine which transactions can be executed in parallel. For details, see MySQL documentation for the variable
|
autocommit |
Config specific will be all changes to a table take effect immediately or you must use COMMIT to accept a transaction or ROLLBACK to cancel it. For details, see MySQL documentation for the variable |
innodbStatusOutput |
Enables or disables periodic output for the standard InnoDB Monitor. For details, see MySQL documentation for the variable |
innodbStrictMode |
When innodb_strict_mode is enabled, InnoDB returns errors rather than warnings when checking for invalid or incompatible table options. For details, see MySQL documentation for the variable |
innodbPrintLockWaitTimeoutInfo |
Makes InnoDB to write information about all lock wait timeout errors into the log file. For details, see Percona documentation for the variable |
logErrorVerbosity |
System variable specifies the verbosity for handling events intended for the error log For details, see MySQL documentation for the variable |
maxDigestLength |
The maximum number of bytes of memory reserved per session for computation of normalized statement digests. For details, see MySQL documentation for the variable |
queryCacheLimit |
Do not cache results that are larger than this number of bytes. For details, see MySQL documentation for the variable |
queryCacheSize |
The amount of memory allocated for caching query results. For details, see MySQL documentation for the variable |
queryCacheType |
Set the query cache type. For details, see MySQL documentation for the variable |
lockWaitTimeout |
This variable specifies the timeout in seconds for attempts to acquire metadata locks For details, see MySQL documentation for the variable |
maxPreparedStmtCount |
This variable limits the total number of prepared statements in the server. For details, see MySQL documentation for the variable |
optimizerSwitch |
string The system variable enables control over optimizer behavior. For details, see MySQL documentation for the variable |
optimizerSearchDepth |
The maximum depth of search performed by the query optimizer For details, see MySQL documentation for the variable |
queryResponseTimeStats |
Enables and disables collection of query times For details, see Percona documentation for the variable |
userstat |
Enables or disables collection of statistics For details, see Percona documentation for the variable |
maxExecutionTime |
The execution timeout for SELECT statements, in milliseconds. If the value is 0, timeouts are not enabled. For details, see MySQL documentation for the variable |
MysqlConfigSet8_0
Field |
Description |
effectiveConfig |
Effective settings for a MySQL 8.0 cluster (a combination of settings defined |
userConfig |
User-defined settings for a MySQL 8.0 cluster. |
defaultConfig |
Default configuration for a MySQL 8.0 cluster. |
MysqlConfig8_0
Options and structure of MysqlConfig8_0
reflects MySQL 8.0 configuration file.
Field |
Description |
innodbBufferPoolSize |
Size of the InnoDB buffer pool used for caching table and index data. See MySQL documentation |
maxConnections |
The maximum permitted number of simultaneous client connections. See MySQL documentation |
longQueryTime |
Time that it takes to process a query before it is considered slow. See MySQL documentation |
generalLog |
Enable writing of general query log of MySQL. See MySQL documentation |
auditLog |
Enable writing of audit log of MySQL. See MySQL documentation |
sqlMode[] |
enum SQLMode Server SQL mode of MySQL. See MySQL documentation
|
maxAllowedPacket |
The maximum size in bytes of one packet. See MySQL documentation |
defaultAuthenticationPlugin |
enum AuthPlugin Authentication plugin used in the managed MySQL cluster. See MySQL documentation
|
innodbFlushLogAtTrxCommit |
Transaction log flush behaviour. See MySQL documentation |
innodbLockWaitTimeout |
Max time in seconds for a transaction to wait for a row lock. See MySQL documentation |
transactionIsolation |
enum TransactionIsolation Default transaction isolation level. See MySQL documentation
|
innodbPrintAllDeadlocks |
Print information about deadlocks in error log. See MySQL documentation |
netReadTimeout |
The number of seconds to wait for more data from a connection before aborting the read. See MySQL documentation |
netWriteTimeout |
The number of seconds to wait for a block to be written to a connection before aborting the write. See MySQL documentation |
groupConcatMaxLen |
The maximum permitted result length in bytes for the GROUP_CONCAT() function. See MySQL documentation |
tmpTableSize |
The maximum size of internal in-memory temporary tables. See MySQL documentation |
maxHeapTableSize |
This variable sets the maximum size to which user-created MEMORY tables are permitted to grow. See MySQL documentation |
defaultTimeZone |
string The servers default time zone. See MySQL documentation |
characterSetServer |
string The servers default character set. See MySQL documentation |
collationServer |
string The server default collation. See MySQL documentation |
innodbAdaptiveHashIndex |
Enables InnoDB adaptive hash index. See MySQL documentation |
innodbNumaInterleave |
Enables the NUMA interleave memory policy for allocation of the InnoDB buffer pool. See MySQL documentation |
innodbLogBufferSize |
The size in bytes of the buffer that InnoDB uses to write to the log files on disk. See MySQL documentation |
innodbLogFileSize |
The size in bytes of the single InnoDB Redo log file. See MySQL documentation |
innodbIoCapacity |
Limits IO available for InnoDB background tasks. See MySQL documentation |
innodbIoCapacityMax |
Limits IO available for InnoDB background tasks. See MySQL documentation |
innodbReadIoThreads |
The number of I/O threads for read operations in InnoDB. See MySQL documentation |
innodbWriteIoThreads |
The number of I/O threads for write operations in InnoDB. See MySQL documentation |
innodbPurgeThreads |
The number of background threads devoted to the InnoDB purge operation. See MySQL documentation |
innodbThreadConcurrency |
Defines the maximum number of threads permitted inside of InnoDB. See MySQL documentation |
innodbTempDataFileMaxSize |
Limits the max size of InnoDB temp tablespace. See MySQL documentation |
threadCacheSize |
How many threads the server should cache for reuse. See MySQL documentation |
threadStack |
The stack size for each thread. The default is large enough for normal operation. See MySQL documentation |
joinBufferSize |
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. See MySQL documentation |
sortBufferSize |
Each session that must perform a sort allocates a buffer of this size. See MySQL documentation |
tableDefinitionCache |
The number of table definitions that can be stored in the definition cache. See MySQL documentation |
tableOpenCache |
The number of open tables for all threads. See MySQL documentation |
tableOpenCacheInstances |
The number of open tables cache instances. See MySQL documentation |
explicitDefaultsForTimestamp |
Determines whether the server enables certain nonstandard behaviors for default values and NULL-value handling in TIMESTAMP columns. See MySQL documentation |
autoIncrementIncrement |
Can be used to control the operation of AUTO_INCREMENT columns. See MySQL documentation |
autoIncrementOffset |
Can be used to control the operation of AUTO_INCREMENT columns. See MySQL documentation |
syncBinlog |
Controls how often the MySQL server synchronizes the binary log to disk. See MySQL documentation |
binlogCacheSize |
The size of the cache to hold changes to the binary log during a transaction. See MySQL documentation |
binlogGroupCommitSyncDelay |
Controls how many microseconds the binary log commit waits before synchronizing the binary log file to disk. See MySQL documentation |
binlogRowImage |
enum BinlogRowImage For MySQL row-based replication, this variable determines how row images are written to the binary log. See MySQL documentation
|
binlogRowsQueryLogEvents |
When enabled, it causes the server to write informational log events such as row query log events into its binary log. See MySQL documentation |
rplSemiSyncMasterWaitForSlaveCount |
The number of replica acknowledgments the source must receive per transaction before proceeding. See MySQL documentation |
slaveParallelType |
enum SlaveParallelType When using a multi-threaded replica, this variable specifies the policy used to decide which transactions are allowed to execute in parallel on the replica. See MySQL documentation
|
slaveParallelWorkers |
Sets the number of applier threads for executing replication transactions in parallel. See MySQL documentation |
regexpTimeLimit |
The time limit for regular expression matching operations performed by REGEXP_LIKE and similar functions. See MySQL documentation |
mdbPreserveBinlogBytes |
The size of the binary log to hold. |
interactiveTimeout |
The number of seconds the server waits for activity on an interactive connection before closing it. See MySQL documentation |
waitTimeout |
The number of seconds the server waits for activity on a noninteractive connection before closing it. See MySQL documentation |
mdbOfflineModeEnableLag |
Replication lag threshold (seconds) which will switch MySQL to 'offline_mode = ON' to prevent users from reading stale data. |
mdbOfflineModeDisableLag |
Replication lag threshold (seconds) which will switch MySQL to 'offline_mode = OFF'. |
rangeOptimizerMaxMemSize |
The limit on memory consumption for the range optimizer. See MySQL documentation |
slowQueryLog |
Manages slow query log. See MySQL documentation |
slowQueryLogAlwaysWriteTime |
Query execution time, after which query to be logged unconditionally, that is, See Percona documentation |
logSlowRateType |
enum LogSlowRateType Specifies slow log granularity for See Percona documentation
|
logSlowRateLimit |
Specifies what fraction of session/query should be logged. Logging is enabled for every nth session/query. See Percona documentation |
logSlowSpStatements |
When TRUE, statements executed by stored procedures are logged to the slow log. See Percona documentation |
logSlowFilter[] |
enum LogSlowFilterType Filters the slow log by the query's execution plan. See Percona documentation
|
mdbPriorityChoiceMaxLag |
Replication lag threshold (seconds) which allows replica to be promoted to master while executing "switchover from". |
innodbPageSize |
Specifies the page size for InnoDB tablespaces. For details, see MySQL documentation for the variable |
innodbOnlineAlterLogMaxSize |
The limit in bytes on the size of the temporary log files used during online DDL operations See MySQL documentation for the variable |
innodbFtMinTokenSize |
Minimum length of words that are stored in an InnoDB FULLTEXT index See MySQL documentation for the variable |
innodbFtMaxTokenSize |
Maximum length of words that are stored in an InnoDB FULLTEXT index See MySQL documentation for the variable |
lowerCaseTableNames |
Table names storage and comparison strategy See MySQL documentation for the variable |
maxSpRecursionDepth |
The number of times that any given stored procedure may be called recursively. For details, see MySQL documentation for the variable |
innodbCompressionLevel |
The level of zlib compression to use for InnoDB compressed tables and indexes. For details, see MySQL documentation for the variable |
binlogTransactionDependencyTracking |
enum BinlogTransactionDependencyTracking Specifies how the source mysqld generates the dependency information that it writes in the binary log to help replicas determine which transactions can be executed in parallel. For details, see MySQL documentation for the variable
|
autocommit |
Config specific will be all changes to a table take effect immediately or you must use COMMIT to accept a transaction or ROLLBACK to cancel it. For details, see MySQL documentation for the variable |
innodbStatusOutput |
Enables or disables periodic output for the standard InnoDB Monitor. For details, see MySQL documentation for the variable |
innodbStrictMode |
When innodb_strict_mode is enabled, InnoDB returns errors rather than warnings when checking for invalid or incompatible table options. For details, see MySQL documentation for the variable |
innodbPrintLockWaitTimeoutInfo |
Makes InnoDB to write information about all lock wait timeout errors into the log file. For details, see Percona documentation for the variable |
logErrorVerbosity |
System variable specifies the verbosity for handling events intended for the error log For details, see MySQL documentation for the variable |
maxDigestLength |
The maximum number of bytes of memory reserved per session for computation of normalized statement digests. For details, see MySQL documentation for the variable |
lockWaitTimeout |
This variable specifies the timeout in seconds for attempts to acquire metadata locks For details, see MySQL documentation for the variable |
maxPreparedStmtCount |
This variable limits the total number of prepared statements in the server. For details, see MySQL documentation for the variable |
optimizerSwitch |
string The system variable enables control over optimizer behavior. For details, see MySQL documentation for the variable |
optimizerSearchDepth |
The maximum depth of search performed by the query optimizer For details, see MySQL documentation for the variable |
userstat |
Enables or disables collection of statistics For details, see Percona documentation for the variable |
maxExecutionTime |
The execution timeout for SELECT statements, in milliseconds. If the value is 0, timeouts are not enabled. For details, see MySQL documentation for the variable |
Resources
Cluster resource preset.
Field |
Description |
resourcePresetId |
string ID of the resource preset that defines available computational resources (vCPU, RAM, etc.) for a cluster host. All available presets are listed in the documentation. |
diskSize |
int64 Volume of the storage (for each cluster host, in bytes). |
diskTypeId |
string Type of the storage. Possible values:
See the documentation for details. |
Access
Field |
Description |
dataLens |
bool Allows access from DataLens. See the documentation for details. |
webSql |
bool Allows SQL queries to the cluster databases from management console. See the documentation for details. |
dataTransfer |
bool Allow access for DataTransfer. |
PerformanceDiagnostics
Field |
Description |
enabled |
bool Flag that shows if performance statistics gathering is enabled for the cluster. |
sessionsSamplingInterval |
int64 Interval (in seconds) for |
statementsSamplingInterval |
int64 Interval (in seconds) for |
MaintenanceWindow
Configuration of a maintenance window in a MySQL cluster.
Field |
Description |
anytime |
Maintenance operation can be scheduled anytime. Includes only one of the fields The maintenance policy in effect. |
weeklyMaintenanceWindow |
Maintenance operation can be scheduled on a weekly basis. Includes only one of the fields The maintenance policy in effect. |
AnytimeMaintenanceWindow
Field |
Description |
Empty |
WeeklyMaintenanceWindow
Weelky maintenance window settings.
Field |
Description |
day |
enum WeekDay Day of the week (in
|
hour |
int64 Hour of the day in UTC (in |
MaintenanceOperation
A planned maintenance operation.
Field |
Description |
info |
string Information about this maintenance operation. |
delayedUntil |
Time until which this maintenance operation is delayed. |