X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae44eb7e4d96e44ca3dc0481cef7cef354a23292..ae92d144610446849eb568247a44f02ae985c281:/doc/api/methods/containers.html.textile.liquid diff --git a/doc/api/methods/containers.html.textile.liquid b/doc/api/methods/containers.html.textile.liquid index 096a1fcaa9..18fb4f0133 100644 --- a/doc/api/methods/containers.html.textile.liquid +++ b/doc/api/methods/containers.html.textile.liquid @@ -59,6 +59,7 @@ Generally this will contain additional keys that are not present in any correspo |runtime_token|string|A v2 token to be passed into the container itself, used to access Keep-backed mounts, etc.|Not returned in API responses. Reset to null when state is "Complete" or "Cancelled".| |gateway_address|string|Address (host:port) of gateway server.|Internal use only.| |interactive_session_started|boolean|Indicates whether @arvados-client shell@ has been used to run commands in the container, which may have altered the container's behavior and output.|| +|output_storage_classes|array of strings|The storage classes that will be used for the log and output collections of this container|| h2(#container_states). Container states @@ -87,8 +88,8 @@ table(table table-bordered table-condensed). |error|string|The existance of this key indicates the container will definitely fail, or has already failed.|Optional.| |warning|string|Indicates something unusual happened or is currently happening, but isn't considered fatal.|Optional.| |activity|string|A message for the end user about what state the container is currently in.|Optional.| -|errorDetails|string|Additional structured error details.|Optional.| -|warningDetails|string|Additional structured warning details.|Optional.| +|errorDetail|string|Additional structured error details.|Optional.| +|warningDetail|string|Additional structured warning details.|Optional.| h2(#scheduling_parameters). {% include 'container_scheduling_parameters' %}