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
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-lb-route-create-usage.golden
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ ARGS:
11
11
[match.sni] Server Name Indication (SNI) value to match
12
12
[match.host-header] HTTP host header to match
13
13
[match.match-subdomains] If true, all subdomains will match
14
+
[match.path-begin] Path begin value to match
14
15
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3)
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-lb-route-update-usage.golden
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ ARGS:
11
11
[match.sni] Server Name Indication (SNI) value to match
12
12
[match.host-header] HTTP host header to match
13
13
[match.match-subdomains] If true, all subdomains will match
14
+
[match.path-begin] Path begin value to match
14
15
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3)
Copy file name to clipboardExpand all lines: docs/commands/ipam.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,8 +110,8 @@ scw ipam ip list [arg=value ...]
110
110
| resource-name || Attached resource name to filter for, only IPs attached to a resource with this string within their name will be returned. |
111
111
| resource-id || Resource ID to filter for. Only IPs attached to this resource will be returned |
112
112
| resource-ids.{index} || Resource IDs to filter for. Only IPs attached to at least one of these resources will be returned |
113
-
| resource-type | One of: `unknown_type`, `custom`, `instance_server`, `instance_ip`, `instance_private_nic`, `lb_server`, `fip_ip`, `vpc_gateway`, `vpc_gateway_network`, `k8s_node`, `k8s_cluster`, `rdb_instance`, `redis_cluster`, `baremetal_server`, `baremetal_private_nic`, `llm_deployment`, `mgdb_instance`, `apple_silicon_server`, `apple_silicon_private_nic`, `serverless_container`, `serverless_function`, `vpn_gateway`| Resource type to filter for. Only IPs attached to this type of resource will be returned |
114
-
| resource-types.{index} | One of: `unknown_type`, `custom`, `instance_server`, `instance_ip`, `instance_private_nic`, `lb_server`, `fip_ip`, `vpc_gateway`, `vpc_gateway_network`, `k8s_node`, `k8s_cluster`, `rdb_instance`, `redis_cluster`, `baremetal_server`, `baremetal_private_nic`, `llm_deployment`, `mgdb_instance`, `apple_silicon_server`, `apple_silicon_private_nic`, `serverless_container`, `serverless_function`, `vpn_gateway`| Resource types to filter for. Only IPs attached to these types of resources will be returned |
113
+
| resource-type | One of: `unknown_type`, `custom`, `instance_server`, `instance_ip`, `instance_private_nic`, `lb_server`, `fip_ip`, `vpc_gateway`, `vpc_gateway_network`, `k8s_node`, `k8s_cluster`, `rdb_instance`, `redis_cluster`, `baremetal_server`, `baremetal_private_nic`, `llm_deployment`, `mgdb_instance`, `apple_silicon_server`, `apple_silicon_private_nic`, `serverless_container`, `serverless_function`, `vpn_gateway`, `ddl_datalab`| Resource type to filter for. Only IPs attached to this type of resource will be returned |
114
+
| resource-types.{index} | One of: `unknown_type`, `custom`, `instance_server`, `instance_ip`, `instance_private_nic`, `lb_server`, `fip_ip`, `vpc_gateway`, `vpc_gateway_network`, `k8s_node`, `k8s_cluster`, `rdb_instance`, `redis_cluster`, `baremetal_server`, `baremetal_private_nic`, `llm_deployment`, `mgdb_instance`, `apple_silicon_server`, `apple_silicon_private_nic`, `serverless_container`, `serverless_function`, `vpn_gateway`, `ddl_datalab`| Resource types to filter for. Only IPs attached to these types of resources will be returned |
115
115
| mac-address || MAC address to filter for. Only IPs attached to a resource with this MAC address will be returned |
116
116
| tags.{index} || Tags to filter for, only IPs with one or more matching tags will be returned |
117
117
| is-ipv6 || Defines whether to filter only for IPv4s or IPv6s |
| match.sni || Server Name Indication (SNI) value to match |
1205
1205
| match.host-header || HTTP host header to match |
1206
1206
| match.match-subdomains || If true, all subdomains will match |
1207
+
| match.path-begin || Path begin value to match |
1207
1208
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`| Zone to target. If none is passed will use default zone from the config |
| match.sni || Server Name Indication (SNI) value to match |
1290
1291
| match.host-header || HTTP host header to match |
1291
1292
| match.match-subdomains || If true, all subdomains will match |
1293
+
| match.path-begin || Path begin value to match |
1292
1294
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`| Zone to target. If none is passed will use default zone from the config |
0 commit comments