Infrastructure
Get connections for a model
Get the current number of machines and connections available for a specific model's autoscaling group.
get/concurrent_connections/{model_id}
Path parameters
model_idstring required
Model ID
Headers
x-api-keystring required
API Key
Response
Connection info for the model
Example response
{
"success": true,
"message": "Operation successful",
"data": {
"concurrent_connections": 3,
"desired_concurrent_connections": 5
}
}