A VPC peering connector constitutes one side of a VPC peering connection. It represents an intent to peer with another VPC. Two matching, compatible VPC connectors create a VPC peering connection.
List VPC connectors
List existing VPC connectors in the specified region.
path Parameters
regionThe region you want to target
query Parameters
order_bySort order of the returned VPC connectors.
pagePage number to return, from the paginated results.
page_sizeMaximum number of VPC connectors to return per page.
nameName to filter for. Only connectors with names containing this string will be returned.
tagsTags to filter for. Only connectors with one or more matching tags will be returned.
organization_idOrganization ID to filter for. Only connectors belonging to this Organization will be returned. (UUID format)
project_idProject ID to filter for. Only connectors belonging to this Project will be returned. (UUID format)
vpc_idVPC ID to filter for. Only connectors belonging to this VPC will be returned. (UUID format)
target_vpc_idTarget VPC ID to filter for. Only connectors belonging to this target VPC will be returned. (UUID format)
statusStatus of the VPC connector.
List VPC connectors › Responses
total_countCreate a VPC connector
Create a new VPC connector in the specified region.
path Parameters
regionThe region you want to target
Create a VPC connector › Request Body
nameName for the VPC connector.
tagsTags for the VPC connector.
vpc_idVPC ID to filter for. Only connectors belonging to this VPC will be returned. (UUID format)
target_vpc_idTarget VPC ID to filter for. Only connectors belonging to this target VPC will be returned. (UUID format)
Create a VPC connector › Responses
idVPC connector ID. (UUID format)
nameVPC connector name.
organization_idScaleway Organization the VPC connector belongs to. (UUID format)
project_idScaleway Project the VPC connector belongs to. (UUID format)
vpc_idVPC the VPC connector belongs to (origin VPC). (UUID format)
target_vpc_idVPC with which the VPC connector is peered (target VPC). (UUID format)
statusStatus of the VPC connector.
Peer info of target VPC. Available when status is Peered.
regionRegion of the VPC connector.
tagsTags for the VPC connector.
created_atDate the VPC connector was created. (RFC 3339 format)
updated_atDate the VPC connector was last modified. (RFC 3339 format)
Get a VPC connector
Retrieve details of an existing VPC connector, specified by its VPC connector ID.
path Parameters
regionThe region you want to target
vpc_connector_idVPC connector ID. (UUID format)
Get a VPC connector › Responses
idVPC connector ID. (UUID format)
nameVPC connector name.
organization_idScaleway Organization the VPC connector belongs to. (UUID format)
project_idScaleway Project the VPC connector belongs to. (UUID format)
vpc_idVPC the VPC connector belongs to (origin VPC). (UUID format)
target_vpc_idVPC with which the VPC connector is peered (target VPC). (UUID format)
statusStatus of the VPC connector.
Peer info of target VPC. Available when status is Peered.
regionRegion of the VPC connector.
tagsTags for the VPC connector.
created_atDate the VPC connector was created. (RFC 3339 format)
updated_atDate the VPC connector was last modified. (RFC 3339 format)
Update VPC connector
Update parameters including name and tags of the specified VPC connector.
path Parameters
regionThe region you want to target
vpc_connector_idVPC connector ID. (UUID format)
Update VPC connector › Request Body
nameName for the VPC connector.
tagsTags for the VPC connector.
Update VPC connector › Responses
idVPC connector ID. (UUID format)
nameVPC connector name.
organization_idScaleway Organization the VPC connector belongs to. (UUID format)
project_idScaleway Project the VPC connector belongs to. (UUID format)
vpc_idVPC the VPC connector belongs to (origin VPC). (UUID format)
target_vpc_idVPC with which the VPC connector is peered (target VPC). (UUID format)
statusStatus of the VPC connector.
Peer info of target VPC. Available when status is Peered.
regionRegion of the VPC connector.
tagsTags for the VPC connector.
created_atDate the VPC connector was created. (RFC 3339 format)
updated_atDate the VPC connector was last modified. (RFC 3339 format)
List subnet overlaps.
List subnet overlaps between the VPCConnector VPC and the target VPC or for a specific subnet if specified.
path Parameters
regionThe region you want to target
vpc_connector_idVPCConnector ID. (UUID format)
query Parameters
order_bySort order of the returned Subnet overlaps.
pagePage number to return, from the paginated results.
page_sizeMaximum number of Subnet overlaps to return per page.
List subnet overlaps. › Responses
total_count