POST /v2/vpcs/{vpc_id}/peerings
To create a new VPC peering for a given VPC, send a POST request to
/v2/vpcs/$VPC_ID/peerings
.
Servers
- https://api.digitalocean.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
vpc_id |
String | Yes |
A unique identifier for a VPC. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
vpc_id |
String | Yes |
The ID of the VPC to peer with. |
name |
String | Yes |
The name of the VPC peering. Must be unique and may only contain alphanumeric characters, dashes, and periods. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.