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: docs/commands/ipam.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,14 +107,15 @@ scw ipam ip list [arg=value ...]
107
107
| subnet-id || Subnet ID to filter for. |
108
108
| vpc-id || VPC ID to filter for. |
109
109
| attached || Defines whether to filter only for IPs which are attached to a resource |
110
+
| resource-name || Attached resource name to filter for, only IPs attached to a resource with this string within their name will be returned. |
110
111
| resource-id || Resource ID to filter for. Only IPs attached to this resource will be returned |
111
112
| resource-ids.{index} || Resource IDs to filter for. Only IPs attached to at least one of these resources will be returned |
112
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`| 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`| Resource types to filter for. Only IPs attached to these types of resources will be returned |
113
115
| mac-address || MAC address to filter for. Only IPs attached to a resource with this MAC address will be returned |
114
116
| tags.{index} || Tags to filter for, only IPs with one or more matching tags will be returned |
115
117
| is-ipv6 || Defines whether to filter only for IPv4s or IPv6s |
116
-
| resource-name || Attached resource name to filter for, only IPs attached to a resource with this string within their name will be returned. |
117
-
| 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`| Resource types to filter for. Only IPs attached to these types of resources will be returned |
118
+
| ip-ids.{index} || IP IDs to filter for. Only IPs with these UUIDs will be returned |
118
119
| organization-id || Organization ID to filter for. Only IPs belonging to this Organization will be returned |
119
120
| region | Default: `fr-par`<br />One of: `fr-par`, `nl-ams`, `pl-waw`, `all`| Region to target. If none is passed will use default region from the config |
0 commit comments