Actions
Feature #21123
openAdd API that returns current dispatch/scheduling status for a specified container
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
2.0
Description
GET /arvados/v1/container_requests/{uuid}/container_status
Controller endpoint that checks for permission to read container request, looks up container, and proxies container status request to dispatcher (using the management token).
Container status includes a field describing the last decision made about that container -- booting an instance, in AtQuota state, in AtCapacity state, at maxConcurrency limit, etc.
Related issues
Updated by Peter Amstutz about 1 month ago
- Related to Story #21058: Let users know if Crunch hit cloud capacity added
Updated by Peter Amstutz about 1 month ago
- Story points set to 2.0
- Description updated (diff)
Updated by Tom Clegg about 1 month ago
- Description updated (diff)
- Subject changed from Cloud capacity backend to Add API that returns current dispatch/scheduling status for a specified container
Actions