You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[order-by] Sort order of the returned routes (created_at_asc | created_at_desc | destination_asc | destination_desc | prefix_len_asc | prefix_len_desc)
10
+
[vpc-id] VPC to filter for. Only routes within this VPC will be returned
11
+
[nexthop-resource-id] Next hop resource ID to filter for. Only routes with a matching next hop resource ID will be returned
12
+
[nexthop-private-network-id] Next hop private network ID to filter for. Only routes with a matching next hop private network ID will be returned
13
+
[nexthop-resource-type] Next hop resource type to filter for. Only Routes with a matching next hop resource type will be returned (unknown_type | vpc_gateway_network | instance_private_nic | baremetal_private_nic)
14
+
[contains] Only routes whose destination is contained in this subnet will be returned
15
+
[tags.{index}] Tags to filter for, only routes with one or more matching tags will be returned
16
+
[is-ipv6] Only routes with an IPv6 destination will be returned
17
+
[region=fr-par] Region to target. If none is passed will use default region from the config (all)
18
+
19
+
FLAGS:
20
+
-h, --help help for list
21
+
22
+
GLOBAL FLAGS:
23
+
-c, --config string The path to the config file
24
+
-D, --debug Enable debug mode
25
+
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
0 commit comments