Fetches a compute pool.
GET {{baseUrl}}/api/v2/compute-pools/:name
Fetches a named compute pool. You can get the name of the compute pool from the /api/v2/compute-pools
GET request.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"name":"\"\"\"V\"","instance_family":"\u003cstring\u003e","min_nodes":"\u003cinteger\u003e","max_nodes":"\u003cinteger\u003e","auto_resume":"\u003cboolean\u003e","comment":"\u003cstring\u003e","state":"IDLE","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"}