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
# You may filter the list returned by adding options:
185
185
#
186
-
# * <b>+:tags+</b> (array) - an array of strings representing tags to search for on the instances
187
-
# * <b>+:cpus+</b> (int) - return servers with the given number of (virtual) CPUs
188
-
# * <b>+:memory+</b> (int) - return servers with at least the given amount of memory (in Gigabytes)
189
-
# * <b>+:hostname+</b> (string) - return servers whose hostnames match the query string given (see ObjectFilter::query_to_filter_operation)
190
-
# * <b>+:domain+</b> (string) - filter servers to those whose domain matches the query string given (see ObjectFilter::query_to_filter_operation)
191
-
# * <b>+:datacenter+</b> (string) - find servers whose data center name matches the query string given (see ObjectFilter::query_to_filter_operation)
192
-
# * <b>+:nic_speed+</b> (int) - include servers with the given nic speed (in Mbps)
193
-
# * <b>+:public_ip+</b> (string) - return servers whose public IP address matches the query string given (see ObjectFilter::query_to_filter_operation)
194
-
# * <b>+:private_ip+</b> (string) - same as :public_ip, but for private IP addresses
186
+
# * <b>+:tags+</b> (string/array) - an array of strings representing tags to search for on the instances
187
+
# * <b>+:cpus+</b> (int/array) - return servers with the given number of (virtual) CPUs
188
+
# * <b>+:memory+</b> (int/array) - return servers with at least the given amount of memory (in Gigabytes)
189
+
# * <b>+:hostname+</b> (string/array) - return servers whose hostnames match the query string given (see ObjectFilter::query_to_filter_operation)
190
+
# * <b>+:domain+</b> (string/array) - filter servers to those whose domain matches the query string given (see ObjectFilter::query_to_filter_operation)
191
+
# * <b>+:datacenter+</b> (string/array) - find servers whose data center name matches the query string given (see ObjectFilter::query_to_filter_operation)
192
+
# * <b>+:nic_speed+</b> (int/array) - include servers with the given nic speed (in Mbps)
193
+
# * <b>+:public_ip+</b> (string/array) - return servers whose public IP address matches the query string given (see ObjectFilter::query_to_filter_operation)
194
+
# * <b>+:private_ip+</b> (string/array) - same as :public_ip, but for private IP addresses
195
195
#
196
196
# Additionally you may provide options related to the request itself:
0 commit comments