Pools
List sandbox pools
Authorization
ApiKeyAuth AGENTBOX-API-KEY<token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://sandboxpools"{ "items": [ { "name": "poolname", "namespace": "t-team-user", "cpu": "1", "memory": "16Gi", "team": "team", "user": "user", "spec": { "replicas": 2 }, "status": { "phase": "Ready", "idleReplicas": 1, "unavailableIdleReplicas": 0, "runningReplicas": 1, "startingReplicas": 0, "stoppingReplicas": 0, "failedReplicas": 0 } } ], "total": 0, "limit": 0, "offset": 0}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}