Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Google Cloud SQL Spoke

Mange provisioning of MySQL and PostgreSQL in Google Cloud SQL from your ServiceNow instance.

Request apps on the Store

Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.

Integration Hub subscription

This spoke requires an Integration Hub subscription. For more information, see Legal schedules - IntegrationHub overview.

Spoke version

Google Cloud SQL spoke v1.0.1 is the latest version.

Supported versions

This spoke was built for Google Cloud SQL v1beta4, but may be compatible with later versions.

Spoke requirements

  • Google Cloud Platform account
  • Google Identity and Access spoke (sn_gcpcloudsql_spk)

Spoke dependencies

If you’re having trouble installing the app, ensure that these dependent plugins are installed:

  • • ServiceNow IntegrationHub Action Template - Data Stream (com.glide.hub.action_type.datastream)
  • • ServiceNow IntegrationHub Action Step - REST (com.glide.hub.action_step.rest)
  • • ServiceNow IntegrationHub Runtime (com.glide.hub.integration.runtime)
  • • ServiceNow Flow Designer - Dynamic Inputs (com.glide.hub.dynamic_inputs)
  • • Complex Object (com.glide.cobject)

Note: Some of these plugins are licensable features and require appropriate licenses, if used outside the spoke implementation.

Spoke actions

The Google Cloud SQL provides actions to automate tasks when events occurs in your ServiceNow instance. Available actions include:

CategoryActionDescriptionRequired Permission
Back up Run Management:Create BackupCreates a backup.cloudsql.backupRuns.create
Delete Backup RunDeletes a backup.cloudsql.backupRuns.delete
Get Backup RunRetrieves details of the backup.cloudsql.backupRuns.get
Look up Backup RunsRetrieves a list of the backup runs.cloudsql.backupRuns.list
Database ManagementCreate DatabaseCreates a database.cloudsql.databases.create
Delete DatabaseDeletes a database.cloudsql.databases.delete
Get DatabaseRetrieves details of the instance.cloudsql.databases.get
Look up DatabasesRetrieves a list of the databases.cloudsql.databases.list
Update DatabaseUpdates a database.cloudsql.databases.update
Instance ManagementClone InstanceClones an instance.cloudsql.instances.clone
Create InstanceCreates an instance.cloudsql.instances.create
Delete InstanceDeletes an instance.cloudsql.instances.delete
Get InstanceRetrieves details of the instance.cloudsql.instances.get
Look up InstancesRetrieves a list of the instances.cloudsql.instances.clone
Restart InstanceRestarts an instance.cloudsql.instances.restart
Update InstanceUpdates an instance.cloudsql.instances.update
OperationsGet OperationRetrieves details of the operation.N/A
Look up OperationsRetrieves a list of the operations.N/A
TiersLook up TiersRetrieves a list of the tiers.N/A
User ManagementCreate UserCreates a user.cloudsql.users.create
Delete UserDeletes a user.cloudsql.users.delete
Look up UserRetrieves a list of the users.cloudsql.users.list
Update UserUpdates a user.cloudsql.users.update

Connection and credential alias requirements

Integration Hub uses aliases to manage connection and credential information, and OAuth credentials. Using an alias eliminates the need to configure multiple credentials and connection information profiles when using multiple environments. If the connection or credential information changes, you don't need to update any actions that use the connection.

For information about setting up the spoke, see Set up the Google Cloud SQL spoke.