v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1375137252.2 KB
projects

Verify External primary instance external sync settings.

post/v1/projects/{project}/instances/{instance}/verifyExternalSyncSettings

Path parameters

projectstring required

Project ID of the project that contains the instance.

instancestring required

Cloud SQL instance ID. This does not include the project ID.

Request body

verifyConnectionOnlyboolean

Flag to enable verifying connection only

syncMode'EXTERNAL_SYNC_MODE_UNSPECIFIED' | 'ONLINE' | 'OFFLINE'

External sync mode

verifyReplicationOnlyboolean

Optional. Flag to verify settings required by replication setup only

migrationType'MIGRATION_TYPE_UNSPECIFIED' | 'LOGICAL' | 'PHYSICAL'

Optional. MigrationType configures the migration to use physical files or logical dump files. If not set, then the logical dump file configuration is used. Valid values are LOGICAL or PHYSICAL. Only applicable to MySQL.

syncParallelLevel'EXTERNAL_SYNC_PARALLEL_LEVEL_UNSPECIFIED' | 'MIN' | 'OPTIMAL' | 'MAX'

Optional. Parallel level for initial data sync. Only applicable for PostgreSQL.

Response

Successful response