Project

General

Profile

Feature #21123

Updated by Tom Clegg 7 months ago

@GET /arvados/v1/container_requests/{uuid}/container_status@ 

 Controller endpoint that checks for permission to read container request, looks up container, and then 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 at quota state, in AtCapacity at capacity state, at maxConcurrency limit, etc. 

Back