GET
/
v1
/
accounts
/
{account_id}
/
nodePools
/
{node_pool_id}
:getStats

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

The Account Id

node_pool_id
string
required

The Node Pool Id

Response

200 - application/json
batchJobCount
object

The key is the string representation of BatchJob.State (e.g. "RUNNING"). The value is the number of batch jobs in that state allocated to this node pool.

batchJobRanks
object

The key is the string representation of BatchJob.State (e.g. "RUNNING"). The value is the number of ranks allocated to batch jobs in that state in this node pool.

environmentCount
integer

The number of environments connected to this node pool.

environmentRanks
integer

The number of ranks in this node pool that are currently allocated to environment connections.

nodeCount
integer

The number of nodes currently available in this pool.

ranksPerNode
integer

The number of ranks available per node. This is determined by the machine type of the nodes in this node pool.