Ingress Rules
An Ingress rule (or ingress routing rule) matches packets coming into your VPC through VPC Connectors, and redirects the traffic to a local resource (usually a firewall or router).
List ingress rules
List existing ingress rules in the specified region.
path Parameters
regionThe region you want to target
query Parameters
order_bySort order of the returned ingress rules.
pagePage number to return, from the paginated results.
page_sizeMaximum number of ingress rules to return per page.
vpc_idID of the VPC to filter for. (UUID format)
nexthop_resource_ipNext hop IP to filter for. (IP address)
nexthop_private_network_idNext hop Private Network ID to filter for. Only ingress rules with this Private Network as next hop will be returned. (UUID format)
is_ipv6Whether to return only IPv4 or IPv6 ingress rules.
tagsTags to filter for. Only ingress rules with one or more matching tags will be returned.
organization_idOrganization ID to filter for. Only ingress rules belonging to this Organization will be returned. (UUID format)
project_idProject ID to filter for. Only ingress rules belonging to this Project will be returned. (UUID format)
List ingress rules › Responses
total_countCreate an ingress rule
Create an ingress rule in the specified region.
path Parameters
regionThe region you want to target
Create an ingress rule › Request Body
vpc_idID of the VPC this rule will belong to. (UUID format)
sourceSource network to match ingress traffic on. Can be IPv6 or IPv4. (IP network)
nexthop_resource_ipIP of the local resource to redirect ingress traffic to. IP version must be consistent with the source network. (IP address)
nexthop_private_network_idID of the Private Network the destination resource is in. (UUID format)
descriptionDescription for this ingress rule.
tagsTags for this ingress rule.
Create an ingress rule › Responses
idID of the ingress rule. (UUID format)
vpc_idID of the VPC this rule belongs to. (UUID format)
created_atDate the ingress rule was created. (RFC 3339 format)
updated_atDate the ingress rule was last modified. (RFC 3339 format)
is_ipv6Whether this rule applies to IPv4 or IPv6 traffic.
sourceSource network to apply this rule on. (IP network)
nexthop_resource_ipIP of the local resource to redirect ingress traffic to. (IP address)
nexthop_private_network_idID of the Private Network the destination resource is in. (UUID format)
descriptionDescription of this ingress rule.
tagsTags of this ingress rule.
organization_idScaleway Organization the ingress rule belongs to. (UUID format)
project_idScaleway Project the ingress rule belongs to. (UUID format)
regionRegion of the ingress rule.
Get an ingress rule
Retrieve details of an existing ingress rule, specified by its ingress rule ID.
path Parameters
regionThe region you want to target
rule_idID of the ingress rule to return. (UUID format)
Get an ingress rule › Responses
idID of the ingress rule. (UUID format)
vpc_idID of the VPC this rule belongs to. (UUID format)
created_atDate the ingress rule was created. (RFC 3339 format)
updated_atDate the ingress rule was last modified. (RFC 3339 format)
is_ipv6Whether this rule applies to IPv4 or IPv6 traffic.
sourceSource network to apply this rule on. (IP network)
nexthop_resource_ipIP of the local resource to redirect ingress traffic to. (IP address)
nexthop_private_network_idID of the Private Network the destination resource is in. (UUID format)
descriptionDescription of this ingress rule.
tagsTags of this ingress rule.
organization_idScaleway Organization the ingress rule belongs to. (UUID format)
project_idScaleway Project the ingress rule belongs to. (UUID format)
regionRegion of the ingress rule.
Update an ingress rule
Update an ingress rule specified by its ingress rule ID.
path Parameters
regionThe region you want to target
rule_idID of the ingress rule to update. (UUID format)
Update an ingress rule › Request Body
sourceSource network to match ingress traffic on. Can be IPv4 or IPv6. (IP network)
nexthop_resource_ipIP of the local resource to redirect ingress traffic to. IP version must be consistent with the source network. (IP address)
nexthop_private_network_idID of the Private Network the destination resource is in. (UUID format)
descriptionDescription to set for this ingress rule.
tagsTags to set for this ingress rule.
Update an ingress rule › Responses
idID of the ingress rule. (UUID format)
vpc_idID of the VPC this rule belongs to. (UUID format)
created_atDate the ingress rule was created. (RFC 3339 format)
updated_atDate the ingress rule was last modified. (RFC 3339 format)
is_ipv6Whether this rule applies to IPv4 or IPv6 traffic.
sourceSource network to apply this rule on. (IP network)
nexthop_resource_ipIP of the local resource to redirect ingress traffic to. (IP address)
nexthop_private_network_idID of the Private Network the destination resource is in. (UUID format)
descriptionDescription of this ingress rule.
tagsTags of this ingress rule.
organization_idScaleway Organization the ingress rule belongs to. (UUID format)
project_idScaleway Project the ingress rule belongs to. (UUID format)
regionRegion of the ingress rule.