A customer gateway represents a Scaleway client's device that communicates with a VPN gateway.
List customer gateways
List all your customer gateways. A number of filters are available, including Project ID, name, and tags.
path Parameters
regionThe region you want to target
query Parameters
pagePage number to return.
page_sizeMaximum number of customer gateways to return per page.
order_byOrder in which to return results.
project_idProject ID to filter for. (UUID format)
organization_idOrganization ID to filter for. (UUID format)
nameCustomer gateway name to filter for.
tagsTags to filter for.
List customer gateways › Responses
List of customer gateways on the current page.
total_countTotal number of customer gateways.
Create a customer gateway
path Parameters
regionThe region you want to target
Create a customer gateway › Request Body
project_idID of the Project to create the customer gateway in. (UUID format)
nameName of the customer gateway.
asnAS Number of the customer gateway.
tagsList of tags to apply to the customer gateway.
ipv4_publicPublic IPv4 address of the customer gateway. (IP network)
ipv6_publicPublic IPv6 address of the customer gateway. (IP network)
Create a customer gateway › Responses
idUnique identifier of the customer gateway. (UUID format)
project_idProject ID. (UUID format)
organization_idOrganization ID. (UUID format)
nameName of the customer gateway.
tagsList of tags applied to the customer gateway.
created_atCreation date of the customer gateway. (RFC 3339 format)
updated_atLast modification date of the customer gateway. (RFC 3339 format)
public_ipv4Public IPv4 address of the customer gateway. (IPv4 address)
public_ipv6Public IPv6 address of the customer gateway. (IPv6 address)
asnAS Number of the customer gateway.
connection_idsList of connection ids of the customer gateway.
regionRegion of the customer gateway.
Get a customer gateway
Get a customer gateway for the given customer gateway ID.
path Parameters
regionThe region you want to target
gateway_idID of the requested customer gateway. (UUID format)
Get a customer gateway › Responses
idUnique identifier of the customer gateway. (UUID format)
project_idProject ID. (UUID format)
organization_idOrganization ID. (UUID format)
nameName of the customer gateway.
tagsList of tags applied to the customer gateway.
created_atCreation date of the customer gateway. (RFC 3339 format)
updated_atLast modification date of the customer gateway. (RFC 3339 format)
public_ipv4Public IPv4 address of the customer gateway. (IPv4 address)
public_ipv6Public IPv6 address of the customer gateway. (IPv6 address)
asnAS Number of the customer gateway.
connection_idsList of connection ids of the customer gateway.
regionRegion of the customer gateway.
Delete a customer gateway
Delete an existing customer gateway, specified by its customer gateway ID.
path Parameters
regionThe region you want to target
gateway_idID of the customer gateway to delete. (UUID format)
Delete a customer gateway › Responses
Update a customer gateway
Update an existing customer gateway, specified by its customer gateway ID. You can update its name, tags, public IPv4 & IPv6 address and AS Number.
path Parameters
regionThe region you want to target
gateway_idID of the customer gateway to update. (UUID format)
Update a customer gateway › Request Body
nameName of the customer gateway.
tagsList of tags to apply to the customer gateway.
ipv4_publicPublic IPv4 address of the customer gateway. (IP network)
ipv6_publicPublic IPv6 address of the customer gateway. (IP network)
asnAS Number of the customer gateway.
Update a customer gateway › Responses
idUnique identifier of the customer gateway. (UUID format)
project_idProject ID. (UUID format)
organization_idOrganization ID. (UUID format)
nameName of the customer gateway.
tagsList of tags applied to the customer gateway.
created_atCreation date of the customer gateway. (RFC 3339 format)
updated_atLast modification date of the customer gateway. (RFC 3339 format)
public_ipv4Public IPv4 address of the customer gateway. (IPv4 address)
public_ipv6Public IPv6 address of the customer gateway. (IPv6 address)
asnAS Number of the customer gateway.
connection_idsList of connection ids of the customer gateway.
regionRegion of the customer gateway.