Feature #8128
Updated by Tom Clegg almost 9 years ago
See [[Container dispatch#Arvados-API-support]] ("Arvados API support") Some of the required APIs don't exist yet: * "Locked" state * container_auth_uuid field: created automatically when container changes Create a new API token to state="Running" * arvados.v1.containers.container_auth(uuid=container.uuid): retrieve the api_client_authentication record corresponding pass to the container_auth_uuid crunch-run We do have: * Filter containers list by API token: @containers.list?filters=[[locked_by_uuid,=,my_token_uuid],[state,in,[Running,Locked]]]@ * Get list of queued containers: @containers.list?filters=[[state,=,Queued]]@