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

Google Persistent Disk Spoke

Manage disks, snapshots, and images in Google Persistent Disk 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 Persistent Disk spoke v1.0.2 is the latest version.

Supported versions

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

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 Cloud Virtual Network Spoke (sn_gcp_vpc_spoke)
  • Google Compute Engine Spoke (sn_gcompute_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 Persistent Disk account requirements

The Google Persistent Disk spoke requires a custom app that you create in the Google Cloud Platform.

Spoke actions

The Google Persistent Disk spoke provides actions to automate Google Persistent Disk 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
Disk ManagementCreate DiskCreates a persistent disk in the specified project.compute.disks.create
Delete DiskDeletes the specified persistent disk.compute.disks.delete
Get DiskRetrieves details of the specified persistent disk.compute.disks.get
Get Disk Type by ZoneRetrieves the details of the specified disk type by zone.compute.diskTypes.get
Resize DiskResizes the specified persistent disk.compute.disks.resize
Image ManagementCreate Image for DiskCreates an image in the specified project.compute.images.create
Create Image for ImageCreates an image in the specified project.compute.images.create
Create Image for SnapshotCreates an image in the specified project.compute.images.create
Delete ImageDeletes the specified image.compute.images.delete
Get ImageRetrieves details of the specified image.compute.images.get
Metadata Retrieval ManagementList Disk Types by ZoneRetrieves a list of disk types available to the specified project.compute.diskTypes.list
List DisksRetrieves a list of persistent disks contained within the specified zone.compute.disks.list
List ImagesRetrieves the list of images available to the specified project.compute.images.list
List SnapshotsRetrieves the list of snapshot resources contained within the specified project.compute.snapshots.list
Snapshot ManagementCreate SnapshotCreates a snapshot of a specified persistent disk.compute.snapshots.create
Delete SnapshotDeletes the specified snapshot resource.compute.snapshots.delete
Get SnapshotRetrieves details of the specified snapshot.compute.snapshots.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 Persistent Disk spoke.