pydo.vpcs.list_peerings()
Generated on 16 Jan 2026
from pydo version
v0.24.0
Description
To list all of a VPC’s peerings, send a GET request to
/v2/vpcs/$VPC_ID/peerings.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
vpc_id |
string | True | A unique identifier for a VPC. | |
per_page |
integer | False | Number of items returned per page | 20 |
page |
integer | False | Which ‘page’ of paginated results to return. | 1 |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.