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

Google Compute Engine Spoke

Launch and manage virtual machines in Google Compute Engine spoke 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 Compute Engine spoke v1.0.5 is the latest version.

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)
  • Google Persistent Disk Spoke (sn_gpdisk_spoke)
  • Google Cloud Virtual Network Spoke (sn_gcp_vpc_spoke)

Note: Some of these plugins are licensable features and require an appropriate license if used outside the spoke implementation. For information on licenses, contact your account manager.

Google Compute Engine spoke account requirements

The Google Compute Engine spoke requires a custom app that you create in Google Cloud Platform.

Supported versions

This spoke was built for API version v1, but may be compatible with later versions.

Spoke actions

The Google Compute Engine spoke provides actions to automate Google Compute Engine when events occur in ServiceNow. For the spoke actions to be performed, you must ensure that your project or organization in Google Cloud Platform has the mentioned permissions. Available spoke actions include:

CategoryActionDescriptionPermissions Required
Instance Template ManagementCreate Instance TemplateCreates an instance template.compute.instanceTemplates.create
Create Instance Template From InstanceCreates an instance template from instance.compute.instanceTemplates.create
Delete Instance TemplatesDeletes the specified instance template.compute.instanceTemplates.delete
Get Instance TemplateRetrieves details of the specified instance template.compute.instanceTemplates.get
Machine Types ManagementGet Machine Type By ZoneRetrieves details of the specified machine type by zone.compute.machineTypes.get
Metadata Retrieval ManagementList Instance TemplatesRetrieves a list of instance templates available to the specified project.compute.instanceTemplates.list
List Machine Types By ZoneRetrieves a list of machine types available to the specified project.compute.machineTypes.list
List RegionsRetrieves a list of regions available to the specified project.compute.regions.list
List VM Instances By ZoneRetrieves a list of VM instances available to the specified project.compute.instances.list
List ZonesRetrieves a list of zones available to the specified project.compute.zones.list
Region ManagementGet RegionRetrieves the specified region resource.compute.regions.get
VM Instance ManagementAttach DiskAttaches an existing Disk resource to an instance.compute.instances.attachDisk
Create InstanceCreates an instance resource in the specified project.compute.instances.create
Delete InstanceDeletes the specified instance.compute.instances.delete
Detach DiskDetaches a disk from an instance.compute.instances.detachDisk
Get IAM PolicyRetrieves the access control policy for a resource.compute.instances.getIamPolicy
Get Instance By ZoneRetrieves the specified Instance by zone.compute.instances.get
Reset InstancePerforms a reset on instance.compute.instances.reset
Set IAM PolicySets the access control policy on the specified resource.compute.instances.setIamPolicy
Set Labels On InstanceSets labels on an instance.compute.instances.setLabels
Set Tags On InstanceSets tags for the specified instance.compute.instances.setTags
Start InstanceStarts an instance.compute.instances.start
Stop InstanceStops an instance.compute.instances.stop
Zone ManagementGet ZoneRetrieves information about the specified zone.compute.zones.get

For more information about the required permissions, see IAM permissions reference.

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 Compute Engine spoke.