To create a new VPC peering for a given VPC, send a POST request to
/v2/vpcs/$VPC_ID/peerings
.
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
vpc_id |
string | True | A unique identifier for a VPC. | |
body |
JSON or IO[bytes] | True |
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.