Google Cloud Memorystore for Redis API

Creates and manages Redis instances on the Google Cloud Platform.

Service: redis.googleapis.com

To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:

Service endpoint

A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://redis.googleapis.com

REST Resource: v1beta1.projects.locations

Methods
get GET /v1beta1/{name=projects/*/locations/*}
Gets information about a location.
list GET /v1beta1/{name=projects/*}/locations
Lists information about the supported locations for this service.

REST Resource: v1beta1.projects.locations.instances

Methods
create POST /v1beta1/{parent=projects/*/locations/*}/instances
Creates a Redis instance based on the specified tier and memory size.
delete DELETE /v1beta1/{name=projects/*/locations/*/instances/*}
Deletes a specific Redis instance.
export POST /v1beta1/{name=projects/*/locations/*/instances/*}:export
Export Redis instance data into a Redis RDB format file in Cloud Storage.
failover POST /v1beta1/{name=projects/*/locations/*/instances/*}:failover
Initiates a failover of the primary node to current replica node for a specific STANDARD tier Cloud Memorystore for Redis instance.
get GET /v1beta1/{name=projects/*/locations/*/instances/*}
Gets the details of a specific Redis instance.
getAuthString GET /v1beta1/{name=projects/*/locations/*/instances/*}/authString
Gets the AUTH string for a Redis instance.
import POST /v1beta1/{name=projects/*/locations/*/instances/*}:import
Import a Redis RDB snapshot file from Cloud Storage into a Redis instance.
list GET /v1beta1/{parent=projects/*/locations/*}/instances
Lists all Redis instances owned by a project in either the specified location (region) or all locations.
patch PATCH /v1beta1/{instance.name=projects/*/locations/*/instances/*}
Updates the metadata and configuration of a specific Redis instance.
rescheduleMaintenance POST /v1beta1/{name=projects/*/locations/*/instances/*}:rescheduleMaintenance
Reschedule maintenance for a given instance in a given project and location.
upgrade POST /v1beta1/{name=projects/*/locations/*/instances/*}:upgrade
Upgrades Redis instance to the newer Redis version specified in the request.

REST Resource: v1beta1.projects.locations.operations

Methods
cancel POST /v1beta1/{name=projects/*/locations/*/operations/*}:cancel
Starts asynchronous cancellation on a long-running operation.
delete DELETE /v1beta1/{name=projects/*/locations/*/operations/*}
Deletes a long-running operation.
get GET /v1beta1/{name=projects/*/locations/*/operations/*}
Gets the latest state of a long-running operation.
list GET /v1beta1/{name=projects/*/locations/*}/operations
Lists operations that match the specified filter in the request.

REST Resource: v1.projects.locations

Methods
get GET /v1/{name=projects/*/locations/*}
Gets information about a location.
list GET /v1/{name=projects/*}/locations
Lists information about the supported locations for this service.

REST Resource: v1.projects.locations.instances

Methods
create POST /v1/{parent=projects/*/locations/*}/instances
Creates a Redis instance based on the specified tier and memory size.
delete DELETE /v1/{name=projects/*/locations/*/instances/*}
Deletes a specific Redis instance.
export POST /v1/{name=projects/*/locations/*/instances/*}:export
Export Redis instance data into a Redis RDB format file in Cloud Storage.
failover POST /v1/{name=projects/*/locations/*/instances/*}:failover
Initiates a failover of the primary node to current replica node for a specific STANDARD tier Cloud Memorystore for Redis instance.
get GET /v1/{name=projects/*/locations/*/instances/*}
Gets the details of a specific Redis instance.
getAuthString GET /v1/{name=projects/*/locations/*/instances/*}/authString
Gets the AUTH string for a Redis instance.
import POST /v1/{name=projects/*/locations/*/instances/*}:import
Import a Redis RDB snapshot file from Cloud Storage into a Redis instance.
list GET /v1/{parent=projects/*/locations/*}/instances
Lists all Redis instances owned by a project in either the specified location (region) or all locations.
patch PATCH /v1/{instance.name=projects/*/locations/*/instances/*}
Updates the metadata and configuration of a specific Redis instance.
rescheduleMaintenance POST /v1/{name=projects/*/locations/*/instances/*}:rescheduleMaintenance
Reschedule maintenance for a given instance in a given project and location.
upgrade POST /v1/{name=projects/*/locations/*/instances/*}:upgrade
Upgrades Redis instance to the newer Redis version specified in the request.

REST Resource: v1.projects.locations.operations

Methods
cancel POST /v1/{name=projects/*/locations/*/operations/*}:cancel
Starts asynchronous cancellation on a long-running operation.
delete DELETE /v1/{name=projects/*/locations/*/operations/*}
Deletes a long-running operation.
get GET /v1/{name=projects/*/locations/*/operations/*}
Gets the latest state of a long-running operation.
list GET /v1/{name=projects/*/locations/*}/operations
Lists operations that match the specified filter in the request.