Lists compute pools.

GET {{baseUrl}}/api/v2/compute-pools?like=<string>&startsWith=<string>&showLimit=<integer>

Lists the compute pools under the account.

Request Params

KeyDatatypeRequiredDescription
likestringQuery parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters.
startsWithstringQuery parameter to filter the command output based on the string of characters that appear at the beginning of the object name. Uses case-sensitive pattern matching.
showLimitstringQuery parameter to limit the maximum number of rows returned by a command.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;name&quot;:&quot;CEJLO&quot;,&quot;instance_family&quot;:&quot;\u003cstring\u003e&quot;,&quot;min_nodes&quot;:&quot;\u003cinteger\u003e&quot;,&quot;max_nodes&quot;:&quot;\u003cinteger\u003e&quot;,&quot;auto_resume&quot;:&quot;\u003cboolean\u003e&quot;,&quot;comment&quot;:&quot;\u003cstring\u003e&quot;,&quot;state&quot;:&quot;SUSPENDED&quot;,&quot;num_services&quot;:&quot;\u003cinteger\u003e&quot;,&quot;auto_suspend_secs&quot;:&quot;\u003clong\u003e&quot;,&quot;active_nodes&quot;:&quot;\u003cinteger\u003e&quot;,&quot;idle_nodes&quot;:&quot;\u003cinteger\u003e&quot;,&quot;target_nodes&quot;:&quot;\u003cinteger\u003e&quot;,&quot;created_on&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;resumed_on&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;updated_on&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;owner&quot;:&quot;\u003cstring\u003e&quot;,&quot;error_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;status_message&quot;:&quot;\u003cstring\u003e&quot;},{&quot;name&quot;:&quot;n1&quot;,&quot;instance_family&quot;:&quot;\u003cstring\u003e&quot;,&quot;min_nodes&quot;:&quot;\u003cinteger\u003e&quot;,&quot;max_nodes&quot;:&quot;\u003cinteger\u003e&quot;,&quot;auto_resume&quot;:&quot;\u003cboolean\u003e&quot;,&quot;comment&quot;:&quot;\u003cstring\u003e&quot;,&quot;state&quot;:&quot;ACTIVE&quot;,&quot;num_services&quot;:&quot;\u003cinteger\u003e&quot;,&quot;auto_suspend_secs&quot;:&quot;\u003clong\u003e&quot;,&quot;active_nodes&quot;:&quot;\u003cinteger\u003e&quot;,&quot;idle_nodes&quot;:&quot;\u003cinteger\u003e&quot;,&quot;target_nodes&quot;:&quot;\u003cinteger\u003e&quot;,&quot;created_on&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;resumed_on&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;updated_on&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;owner&quot;:&quot;\u003cstring\u003e&quot;,&quot;error_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;status_message&quot;:&quot;\u003cstring\u003e&quot;}]