curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/nodePools/{node_pool_id}:getStats \
--header 'Authorization: Bearer <token>'{
"nodeCount": 123,
"ranksPerNode": 123,
"environmentCount": 123,
"environmentRanks": 123,
"batchJobCount": {},
"batchJobRanks": {}
}curl --request GET \
--url https://api.fireworks.ai/v1/accounts/{account_id}/nodePools/{node_pool_id}:getStats \
--header 'Authorization: Bearer <token>'{
"nodeCount": 123,
"ranksPerNode": 123,
"environmentCount": 123,
"environmentRanks": 123,
"batchJobCount": {},
"batchJobRanks": {}
}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The fields to be returned in the response. If empty or "*", all fields will be returned.
A successful response.
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.
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 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.
Show child attributes
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.
Show child attributes
Was this page helpful?