Lists compute pools.
GET {{baseUrl}}/api/v2/compute-pools?like=<string>&startsWith=<string>&showLimit=<integer>
Lists the compute pools under the account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
like | string | Query parameter to filter the command output by resource name. Uses case-insensitive pattern matching, with support for SQL wildcard characters. | |
startsWith | string | Query 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. | |
showLimit | string | Query parameter to limit the maximum number of rows returned by a command. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"name":"CEJLO","instance_family":"\u003cstring\u003e","min_nodes":"\u003cinteger\u003e","max_nodes":"\u003cinteger\u003e","auto_resume":"\u003cboolean\u003e","comment":"\u003cstring\u003e","state":"SUSPENDED","num_services":"\u003cinteger\u003e","auto_suspend_secs":"\u003clong\u003e","active_nodes":"\u003cinteger\u003e","idle_nodes":"\u003cinteger\u003e","target_nodes":"\u003cinteger\u003e","created_on":"\u003cdateTime\u003e","resumed_on":"\u003cdateTime\u003e","updated_on":"\u003cdateTime\u003e","owner":"\u003cstring\u003e","error_code":"\u003cstring\u003e","status_message":"\u003cstring\u003e"},{"name":"n1","instance_family":"\u003cstring\u003e","min_nodes":"\u003cinteger\u003e","max_nodes":"\u003cinteger\u003e","auto_resume":"\u003cboolean\u003e","comment":"\u003cstring\u003e","state":"ACTIVE","num_services":"\u003cinteger\u003e","auto_suspend_secs":"\u003clong\u003e","active_nodes":"\u003cinteger\u003e","idle_nodes":"\u003cinteger\u003e","target_nodes":"\u003cinteger\u003e","created_on":"\u003cdateTime\u003e","resumed_on":"\u003cdateTime\u003e","updated_on":"\u003cdateTime\u003e","owner":"\u003cstring\u003e","error_code":"\u003cstring\u003e","status_message":"\u003cstring\u003e"}]