Node Pools
Get Node Pool Stats
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
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.
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.
The number of environments connected to this node pool.
The number of ranks in this node pool that are currently allocated to environment connections.
The number of nodes currently available in this pool.
The number of ranks available per node. This is determined by the machine type of the nodes in this node pool.
Was this page helpful?