v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Subscriptions - Pro - Connectivity

Create Active-Active VPC peering

(Active-Active subscriptions only) Sets up VPC peering for an Active-Active subscription. Ensure your cloud provider is also set up for VPC Peering with Redis Cloud. See VPC Peering to learn how to set up VPC Peering with AWS and Google Cloud.

post/v1/subscriptions/{subscriptionId}/regions/peerings

Path parameters

subscriptionIdinteger required

Subscription ID.

Request body

OR

Example request

{
  "destinationRegion": "us-east-1",
  "awsAccountId": "<aws-account-id>",
  "vpcId": "<vpc-identifier>",
  "vpcCidr": "<10.10.10.0/24>",
  "vpcCidrs": [
    "<10.10.10.0/24>",
    "<10.10.20.0/24>"
  ]
}

Response

OK

taskIdstring uuid
commandTypestring
status'initialized' | 'received' | 'processing-in-progress' | 'processing-completed' | 'processing-error'
descriptionstring
timestampstring date-time
linksobject[]